NeoColab Copy Paste
unknown
plain_text
3 months ago
141 B
425
Indexable
document.addEventListener('copy', (e) => e.stopPropagation(), true);
document.addEventListener('paste', (e) => e.stopPropagation(), true);Editor is loading...
Leave a Comment