@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()