Last active
October 8, 2022 01:47
-
-
Save amblerkr/7f065339f87563c9d4afcfd456760b0a to your computer and use it in GitHub Desktop.
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 unify(d){try{d.oncontextmenu = null;d.onselectstart = null;d.ondragstart = null;d.onkeydown = null;d.onmousedown = null;d.body.oncontextmenu = null;d.body.onselectstart = null;d.body.ondragstart = null;d.body.onkeydown = null;d.body.onmousedown = null;}catch(e){};if (d.frames.length > 0) {for (var i = 0; i < d.frames.length; i++) {try {unify(d.frames[i]);} catch (e) {}};};for(i in document.getElementsByTagName("div")){try{unify(document.getElementsByTagName("div")[i]);}catch(e) {};}}unify(self);var domain = document.URL;if (domain.toLowerCase().indexOf('blog.') > -1) {document.getElementById('mainFrame').contentDocument.getElementById('photoviewer').draggable = true;document.getElementById('mainFrame').contentDocument.papermain.utility.detachSelectPrevent();}if (domain.toLowerCase().indexOf('cafe.') > -1) {document.getElementById('cafe_main').contentDocument.oncontextmenu = null;document.getElementById('cafe_main').contentDocument.ondragstart = null;document.getElementById('cafe_main').contentDocument.onselectstart = null;document.getElementById('cafe_main').contentDocument.photoViewerFrm.draggable = true;}alert('해제되었습니다.');} |
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 naver(q){ void(z=q.body.appendChild(q.createElement('script'))); void(z.language='javascript'); void(z.type='text/javascript'); void(z.src='https://greasyfork.org/scripts/23772-absolute-enable-right-click-copy/code/Absolute%20Enable%20Right%20Click%20%20Copy.user.js');} function selfw(w) { try{naver(w.document);} catch(e){} for (var i =0; i <w.frames.length; i++) { try{ selfw(w.frames[i]); } catch(e){} } } selfw(self);(function() { var e, i, all; document.onselectstart = null; document.oncontextmenu = null; all = document.getElementsByTagName("*"); for (i = 0; i < all.length; i += 1) { e = all[i]; e.onselectstart = null; e.oncontextmenu = null; } })(); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
예전 사용 스크립트 : http://userscripts.org/scripts/source/61326.user.js
미러 : http://userscripts-mirror.org/scripts/source/61326.user.js