Hacker News new | ask | show | jobs
by ductsurprise 1191 days ago
In Chrome(and the likes):

- open developer tools (CTRL-SHIFT-I, or F12)

- make sure you are on Elements tab

- click on '<body class=...' tag line

- then in the right hand panel switch to Event Listeners tab

- remove anything you like(contextmenu, cut, copy, paste in this case)

I'm sure there is a similar way in Firefox...