Created
April 17, 2024 17:24
-
-
Save ralexrdz/7333c42eae8fd6dca6c9378200c85f80 to your computer and use it in GitHub Desktop.
Allow Paste
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(){var inputs=document.querySelectorAll('input');for(var i=0;i<inputs.length;i++){inputs[i].setAttribute('onpaste','');}console.log('onpaste attribute set on all input tags');})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment