Pages

Thursday, November 8, 2012

ENABLE RIGHT CLICK OPTION ON RIGHT CLICK DISABLED SITES

ENABLE RIGHT CLICK OPTION ON RIGHT CLICK DISABLEd SITES


Several web sites turn off the ability of right-click on there pages. Web administrators are using this to protecting their web pages from unauthorized copying. This is very common in past, but still there are lots of sites using this to protect copying there content by others. They use simple JavaScript to disable the ability of right-clicking on there web pages.


Below is a very simple way to turn this function ON.

When ever you visiting offending website type the code in red below in the browser URL bar, with the most cases this will work perfectly and enable you to write click on any web page and do what ever you want.

“ jvoid(document.oncontextmenu=null) “

No comments:

Post a Comment