Skip to content

Instantly share code, notes, and snippets.

@MOOOWOOO
Created November 23, 2021 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MOOOWOOO/564aab4e2a48855660a6077e1cb9302e to your computer and use it in GitHub Desktop.
Save MOOOWOOO/564aab4e2a48855660a6077e1cb9302e to your computer and use it in GitHub Desktop.
remove_copy_listener
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