jc01rho의 일상잡다

구글 크롭에서 펌방지 원클릭 해제 본문

컴퓨터

구글 크롭에서 펌방지 원클릭 해제

jc01rho 2013. 10. 28. 03:00
javascript: 
function naver(q)
{
 void(z=q.body.appendChild(q.createElement('script'))); 
 void(z.language='javascript'); 
 void(z.type='text/javascript'); 
 void(z.src='http://userscripts.org/scripts/source/61326.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; } })();


를 즐겨찾기 북마크 바에 등록하여 필요시 클릭


...꾸미고 수정 예쩡..

Comments