Skip to content

Instantly share code, notes, and snippets.

@ConnerAiken
Created July 7, 2017 19:49
Show Gist options
  • Save ConnerAiken/90f1cd92fe90feada006d62b8b9615bb to your computer and use it in GitHub Desktop.
Save ConnerAiken/90f1cd92fe90feada006d62b8b9615bb to your computer and use it in GitHub Desktop.
Disable right-click in webpages
document.addEventListener('contextmenu', event => event.preventDefault());
// This will annoy users and some browsers prevent this behavior so test accordingly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment