As my previous post Enable / Disable Right Click Script I mention how to disable and enable right click in a web browser. However i find out a script which is unable to hack it. Put below into your html code

<body oncontextmenu="return false;">

For Example

<html><title>Can you hack the right click?</title>
<body oncontextmenu="return false;">  
javascript:void(document.oncontextmenu=null)
<br>
<br>
Script above is not going to enable this back anymore, 
do you know how to hack it?
</body>
</html>

Please access here to try hack this script. If you know how enable it back, please inform me. Thanks

This article was posted in Javascript category.