Cancel Select Script

Try selecting or highlighting this text. You can't because there is a JavaScript function that prevents you from doing so.
To remove it, just type or paste this text in the web browser address bar, and press Enter or Go! button:

javascript:void(document.onselectstart=new Function("return true"));

Run Cancel Select Script
To copy the script, right-click the above link and select "Copy Shortcut"

 

Cancel No Right Click Script

Try right-clicking or pressing the context menu button. You can't get the context menu because there is a JavaScript function that prevents you from doing so.
To remove it, just type or paste this text in the web browser address bar, and press Enter or Go! button:

javascript:document.onmousedown=null;document.oncontextmenu=null;void(0);

Run Cancel No Right Click Script
To copy the script, right-click the above link and select "Copy Shortcut"

 


Done By: Samuel Liew