Remix.run Logo
newscombinatorY 4 hours ago

I'd add preventing text selection, right-clicking or pasting from the clipboard to the list. I hate when websites do that.

stvltvs 3 hours ago | parent | next [-]

Especially egregious when preventing pasting into a password field. Do they want me to have a weak password so that I can manually type it in instead of pasting it from a password manager?

michaelcampbell 3 hours ago | parent | prev | next [-]

There's an old, but good, set of browser plugins called "don't fuck with paste" that helps a little, at least.

antiframe 3 hours ago | parent [-]

Setting dom.event.clipboardevents.enabled in about:config to false will prevent sites from messing with cut and paste.

LoganDark 3 hours ago | parent [-]

In Firefox

LorenDB 3 hours ago | parent | prev [-]

Brave actually added a force paste option recently for such cases.