Skip to content

Instantly share code, notes, and snippets.

@fighterleslie
Created August 22, 2015 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fighterleslie/6c28d2428d55f11f6934 to your computer and use it in GitHub Desktop.
Save fighterleslie/6c28d2428d55f11f6934 to your computer and use it in GitHub Desktop.
disable contextmenu
// IE9+
document.addEventListener('contextmenu', function(e) {
e.preventDefault()
})
@fighterleslie
Copy link
Author

This is the first time I use GitHub Gist. It's not very easy to use it from mainland China, for some well-known reasons...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment