Skip to content

Instantly share code, notes, and snippets.

@4ft35t
Created February 19, 2019 03:37
Show Gist options
  • Save 4ft35t/7102f347483f82e962325e43ace5bfc8 to your computer and use it in GitHub Desktop.
Save 4ft35t/7102f347483f82e962325e43ace5bfc8 to your computer and use it in GitHub Desktop.
disable the right key
<script for=document event="oncontextmenu()" language="javascript">
/*disable the right key*/
//return false;
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment