Enable right-click on pages where its been disabled

My bank has a stupidly disabled right-click on its website which I don’t like.

[caption id=”attachment_638” align=”aligncenter” width=”150” caption=”No Right-Click Allowed”]No Right-Click Allowed[/caption]

So I created clever JavaScript bookmarket to disable this restriction

Remove disable right-click restriction

Drag the above link to bookmarks bar & click on this when you want to enable right-click on pages where its been disabled!

here is the code:

[javascript] javascript:void(document.oncontextmenu=null) [/javascript]