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. Here I’m going to show you 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.
“ javascript:void(document.oncontextmenu=null) “
Below are two types of that can be used in web sites to prevent copying of content.
code #1
code #2
For code #2 you can hold the right mouse button and hit enter to close the warning dialog box, and then release the right mouse button.
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.
“ javascript:void(document.oncontextmenu=null) “
Below are two types of that can be used in web sites to prevent copying of content.
code #1
code #2
For code #2 you can hold the right mouse button and hit enter to close the warning dialog box, and then release the right mouse button.
No comments:
Post a Comment