Browsers should not have access to the clipboard.
What?
If copy and paste is disabled in my default browser that would be something like 80% of my total of my total use cases for the clipboard in the first place.
Nor USB devices, nor the screen size, nor ... They can access way too many parts of the OS. But almost nobody cares, as long as they have their shiny feeds and videos.
That depends. For my local use I want to access everything.
For external situations I agree. No clue why browsers started to sniff after people. I blame Google for that.
You can disable it on Firefox by setting dom.event.clipboardevents.enabled to false. I haven't had any issues with it.
Someone shared the code in the comments, it uses 'copy' and 'cut' event listeners, so disabling this setting would have prevented the exploit regardless of an adblock.