I was being a nerd today, and was digging through the list of bugs for Mozilla 1.7b (and the latest Firefox). I came across this bug that I thought was very interesting. It allows you to kill scripts that attempt to block users from right-clicking on the page.
Quoted from the bug report:
Here’s the layman’s explanation:
- In the address bar, type
about:configand press Enter- Search for a Preference named
dom.event.contextmenu.enabled- Double click its entry and change it to
falseMozilla will now show the context menu even in pages that try to hide or replace it.
How cool is that?

flump
March 31, 2004
that’s pretty good, there always little bugs around those things any way. Like some of them if you hold down the left mouse button, and right click the menu will come up. Others if they use pop-up messages, you just need to right click and click the popup message away then right click again (fast).
Nice to see a way to stop them all together though