Created
September 14, 2023 15:19
-
-
Save basola21/7e3df78ac55a4f5550fd045a55ec7884 to your computer and use it in GitHub Desktop.
Taking the paste power back
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function dontTreadOnMe(e) { | |
e.stopImmediatePropagation() | |
} | |
documnet.addEventListener( | |
"paste", | |
dontTreadOnMe, | |
true | |
): |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if you find a website that disables paste just add this to the console