Skip to content

Instantly share code, notes, and snippets.

@jerryan999
Created April 3, 2021 14:44
Show Gist options
  • Save jerryan999/fcd5792c2d46c736f3dad2b05eb65c2a to your computer and use it in GitHub Desktop.
Save jerryan999/fcd5792c2d46c736f3dad2b05eb65c2a to your computer and use it in GitHub Desktop.
contextblocker.js
window.addEventListener("contextmenu", function(e) { e.preventDefault(); })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment