Skip to content

1lusa0/Copy-and-paste-to-any-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 

Repository files navigation

πŸ“š Copy and paste to any page

Ctrl+V and Ctrl+C:

(Bookmarklet)

javascript:(function(){function disableClipboardBlocking(){const unblockEvent=(e)=>{e.stopImmediatePropagation();return true;};document.addEventListener("copy",unblockEvent,true);document.addEventListener("cut",unblockEvent,true);document.addEventListener("paste",unblockEvent,true);alert("Bloqueio desativado!");}disableClipboardBlocking();})();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published