I am trying to copy some text from a webpage so I have access to it (personal use only) when offline.
The webpage has disabled copy using this javascript snippet:
e("body").attr("oncopy", "return false;")
Can I make a userscript in Violentmonkey to restore oncopy
?