Several web pages turn off the ability to right-click. The following is a method how to turn it back on. One of the most frequently used ways to prevent copying is to use javascript or to disable the ability to right-click.
Of course, users can use javascript to turn it back on.
To re-enable right-click when visiting the offending website, type the following into the URL bar of your browser:
javascript:void(document.oncontextmenu=null)
If a dialog box opens whenever you right-click, you can often get around it by using the following sequence:
Hold the right mouse button, hit Enter to close the dialog box, and then release the right mouse button.
No comments:
Post a Comment