
Originally Posted by
boardsilly
Context-menu blockers have never been reliable, and never will be. Anyone who believes otherwise is ignorant of the facts (fair enough for 'average' users), or deluding themselves.
The method you describe is not the only way: there are many. The simplest in Firefox is to right-click on the image and, leaving the cursor where it is, press the spacebar to dismiss the alert box. The context-menu will now appear at the location of the cursor.
Another, for any browser, is to run the following bookmarklet:
Code:
javascript:document.onmousedown=document.onmouseup=null;for(var i=0;document.images.length>i;++i)document.images[i].onmousedown=null;void(0);
Similar bookmarklets can be used for every other context-menu blocker ever written.
Mike
Bookmarks