Last active
July 23, 2020 05:50
-
-
Save watain666/739e1cbc246bbf3857569e524aec2341 to your computer and use it in GitHub Desktop.
Crack disable select and contextmenu, just select and drag this one line js code to your bookmarks, and click it.
This file contains hidden or 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:(()=>{(()=>{function n(n){ona='on'+n,window.addEventListener&&window.addEventListener(n,function(n){for(let o=n.originalTarget;o;o=o.parentNode)o[ona]=null},!0),window[ona]=null,document[ona]=null,document.body&&(document.body[ona]=null)}n('contextmenu'),n('click'),n('mousedown'),n('mouseup'),n('selectstart')})();})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment