Created
November 23, 2021 01:43
-
-
Save MOOOWOOO/564aab4e2a48855660a6077e1cb9302e to your computer and use it in GitHub Desktop.
remove_copy_listener
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
javascript:getEventListeners(document).copy.forEach(({listener}) => document.removeEventListener('copy', listener)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment