보호된 글: webhacking.kr 19 [javascript, 150]
보호 글이라서 요약이 없습니다.
보호 글이라서 요약이 없습니다.
보호 글이라서 요약이 없습니다.
보호 글이라서 요약이 없습니다.
보호 글이라서 요약이 없습니다.
자바스크립트 해제 즐겨찾기에 아래의 내용 편집해서 넣으면 속칭 긁기 안되는 사이트 글기가 가능해짐..
1 |
javascript:function r(d){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;};function unify(w){r(w.document);if(w.frames.length>0){for(var i=0;i<w.frames.length;i++){try{unify(w.frames[i].window);}catch(e){}};};};unify(self); |
자바스크립트 배열 체크와 배역 내용 보기
1 2 3 |
function isArray(o) { return Object.prototype.toString.call(o) == '[object Array]'; } |