Skip to content

Instantly share code, notes, and snippets.

@collinmutembei
Created December 24, 2025 09:29
Show Gist options
  • Select an option

  • Save collinmutembei/d98981cb54b5db7912614053814181fa to your computer and use it in GitHub Desktop.

Select an option

Save collinmutembei/d98981cb54b5db7912614053814181fa to your computer and use it in GitHub Desktop.
javascript:(function(){ allowCopyAndPaste = function(e){ e.stopImmediatePropagation(); return true; }; document.addEventListener('copy', allowCopyAndPaste, true); document.addEventListener('paste', allowCopyAndPaste, true); document.addEventListener('onpaste', allowCopyAndPaste, true); })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment