Skip to content

Instantly share code, notes, and snippets.

@wolfcoder
Created August 28, 2024 00:54
Show Gist options
  • Save wolfcoder/82b1e80e66986e010a49c080ad70321e to your computer and use it in GitHub Desktop.
Save wolfcoder/82b1e80e66986e010a49c080ad70321e to your computer and use it in GitHub Desktop.
Disable right click command on browser
document.addEventListener('contextmenu', event => event.preventDefault());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment