Re Enable Right Click
Simple JavaScript to Re Enable Right Click (Enable Context Menu)
One of the most frequently used ways to preventing copying is to use javascript to disable the ability to right-click. Of course, we can use javascript to turn it back on.
When visiting the website with right click disabled, type the following into the URL bar of your browser and press enter:
javascript:void(document.oncontextmenu=null)
One of the most frequently used ways to preventing copying is to use javascript to disable the ability to right-click. Of course, we can use javascript to turn it back on.
When visiting the website with right click disabled, type the following into the URL bar of your browser and press enter:
javascript:void(document.oncontextmenu=null)
Comments
Post a Comment