This file contains 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
var contents_article_no = "1234567"; //'[0-9]{7}' | |
var looping = "0"; | |
var BLOGID= "1AaAAU"; //'[0-9][A-Z][a-z][A-Z]{3}' | |
var isblock = false ; | |
isblock = parent.document.getElementById("div_" + contents_article_no).oncontextmenu() || isblock; | |
if(isblock) { | |
document.write("<meta http-equiv=\"imagetoolbar\" content=\"no\">"); | |
document.oncontextmenu = function() { return false; }; | |
document.onselectstart = function() { return false; }; | |
document.ondragstart = function() { return false; }; | |
if (document.addEventListener){ | |
document.addEventListener('selectstart', blockContent, false); | |
document.addEventListener('dragstart', blockContent, false); | |
document.addEventListener('contextmenu', blockContent, false); | |
document.addEventListener('copy', blockContent, false); | |
document.addEventListener('keydown', blockContent, false); | |
document.onmousedown = disableselect; | |
document.onmouseup = reEnable; | |
} | |
else if (document.attachEvent){ | |
document.attachEvent('onselectstart', blockContent); | |
document.attachEvent('ondragstart', blockContent); | |
document.attachEvent('oncontextmenu', blockContent); | |
document.attachEvent('oncopy', blockContent); | |
} | |
} |
Anti-Disabler 소스 코드는 여기에 있다.
Greasemonkey 쓰기 싫으면 복사하고 싶은 텍스트 콘텐츠 (예: 법정 스님 살 때와 죽을 때)를 Google 검색 창에 입력하고 뒤에 마이너스 '-' 기호를 삽입한 다음 배제할 도메인을 입력하삼:
법정 스님 살 때와 죽을 때 -daum.net
댓글 없음:
댓글 쓰기