1) CODE TITLE: No Right Click
2) AUTHOR NAME/NOTES: Cr0w
3) DESCRIPTION: I keep seeing all these 100 line long no right click codes, and they always annoy me since it can be achieved in one line. So here it is.
4) This code is so short that i saw no reason to attach it/remotely host it:
<script type="text/javascript">
<!--
document.oncontextmenu=function anonymous(){ return false; }
//-->
</script>







Bookmarks