|
|
|
|
|
by josephg
2309 days ago
|
|
I’ve used clipboard events for legitimate uses - for example I use them in this pseudo Turing sandpit / visual programming system to move, copy and export content: https://steam.dance/ (you can hold shift for a selection box and once selected you can copy, etc). But I wouldn’t be surprised if stuff like this is the exception rather than the rule. I feel like most news sites and blogs are improved with JavaScript disabled. |
|
Do you actually need clipboard events, or just dom.event.contextmenu.enabled for that?