Skip to content

Instantly share code, notes, and snippets.

@denalena
Created June 21, 2024 14:12
Show Gist options
  • Save denalena/fe8b3f6081b48ff64cde47cf2b0dc554 to your computer and use it in GitHub Desktop.
Save denalena/fe8b3f6081b48ff64cde47cf2b0dc554 to your computer and use it in GitHub Desktop.
dont mess with paste
javascript:(function(){%22use%20strict%22%3B%2F%2Fbookmarklet-title%3A%20Don't%20Mess%20With%20Paste%0A%2F%2Fbookmarklet-about%3A%20For%20when%20signup%20forms%20expect%20you%20to%20hand-type%20your%20email%20address%20twice.%0A%5B%22contextmenu%22%2C%22copy%22%2C%22paste%22%2C%22selectstart%22%5D.map(function(e)%7Breturn%20document.addEventListener(e%2Cfunction(e)%7Breturn%20e.stopPropagation()%7D%2Ctrue)%7D)%3B})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment