Last active
November 7, 2021 14:41
-
-
Save alanvitor/c1f17c4a3f01b6554a56ce7d314be74f to your computer and use it in GitHub Desktop.
Revisions
-
Alan renamed this gist
Nov 7, 2021 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,4 @@ // Generally, run in browser's console. // re-enable paste in forms document.addEventListener('paste', e => e.stopImmediatePropagation(), true); -
Alan created this gist
Nov 7, 2021 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ // re-enable paste in forms document.addEventListener('paste', e => e.stopImmediatePropagation(), true);