Skip to content

Instantly share code, notes, and snippets.

@sdwh
Created July 10, 2021 04:11
Show Gist options
  • Save sdwh/b4e1b9fa974dd134e40bff8a7cf1a017 to your computer and use it in GitHub Desktop.
Save sdwh/b4e1b9fa974dd134e40bff8a7cf1a017 to your computer and use it in GitHub Desktop.
[JS Ban Right Click] #JS
window.onload = function () { document.oncontextmenu = function () { return false; } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment