wetdry.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
We are a community focused on gaming, tech, entertainment, and more.

Administered by:

Server stats:

731
active users

@GlitchyZorua @sylventic regarding this site, there is a script served from cdncozyantitheft.addons.business and also a script served in the HTML too.

their "anti theft" script breaks common text editing (preventing keydown events when ctrl or meta are pressed)

if you're wondering how I found that, I just ran something like KeyboardEvent.prototype.preventDefault = () => console.trace()