these #nip96 servers are weird
```js
const servers = [
["https://nostrcheck.me", /\.png$/, ".webp"],
//["https://nostrage.com", /\.png$/, ".webp"],
["https://sove.rent", /\.png$/, ".webp"],
["https://nostr.build", /:\/\/media\.nostr\.build\/public\//, "://image.nostr.build/"],
["https://files.sovbit.host", /\.png$/, ".webp"],
["https://void.cat", /\/public\//, "/"],
]
```
i have to do regexp replace to find correct urls
they dont tell the correct url format in /.well-known/nostr/nip96.json as they should