Hacker News new | ask | show | jobs
by rtb 1554 days ago
I haven't seen this sort of nonsense for ages. That's not how the web or copyright works.

Some workarounds:

* Fetch the page in curl

* Run this in the js console: `document.body.oncontextmenu = null`

* Open the dev tools ui and copy from the "elements" tab

2 comments

Nice suggestions. I would also add: disable javascript
* File -> Save As

* Ctrl+A, Ctrl+C