Archive for May, 2008
Tricking Right-Click Disabled Web Pages
By admin at 5 May, 2008, 8:06 am
When a web site uses javascript to disable your right-click in an attempt to block you to access the context menu, you can work around to acces the right-click menu by re-enabling the right-click context menu.
A javascript can be used to re-enable the right-click menu by typing into the URL bar of your browser:
javascript:void(document.oncontextmenu=null)





