Bookmarklet: Enable Right Click and More
Here is the mother of all "enable bookmarklets".Ever go to a site where right click has been disabled, or perhaps drag and select or view source? This bookmarklet restores everything.
javascript:(function(){var events='onmouseup,onmousedown,onBeforePrint, ondragstart,onselectstart,oncontextmenu'.split(',');for(var%20i=0;i<events.length;i++)eval('document.body.'+events[i]+'=function(){return true;};');})()
Drag or copy this to your favorites: Enable Right Click
Labels: bookmarklet
R
Only works in IE. See here for more Firefox friendly bookmarkletsThursday, February 01, 2007