마우스 우클릭 해제 스크립트마우스 우클릭 해제 스크립트
Posted at 2010/05/05 19:01 | Posted in Tip
1. 즐겨찾기파일 생성 후 속성 URL에 부분에 아래 소스를 붙여넣기
javascript:function r(d){d.oncontextmenu=null;d.onselectstart=null;d.ondragstart=null;d.onkeydown=null;d.onmousedown=null;}function unify(w){try{r(w.document);}catch(e){}try{r(w.document.body);}catch(e){}try{var divs=w.document.getElementsByTagName("div");for(var i=0;i<divs.length;i++){try{r(divs[i]);}catch(e){}}}catch(e){}for(var i=0;i<w.frames.length;i++){try{unify(w.frames[i].window);}catch(e){}}}unify(self);
2. 대상 사이트 이동
3. 해당 URL 파일 실행
4. 마우스 우클릭 확인
출처 : http://jinmoda.tistory.com/628
'Tip' 카테고리의 다른 글
| 오늘은 한컴오피스 구입하는 날!! (0) | 2010/06/16 |
|---|---|
| 스프링노트로 20M이하 파일 다운로드 링크걸기 (1) | 2010/06/07 |
| 마우스 우클릭 해제 스크립트 (0) | 2010/05/05 |
| ME 도메인 변경완료 (3) | 2010/02/22 |
| YouTube to MP3 Converter (2) | 2010/02/11 |
| Mp3 Search Engine (2) | 2010/01/29 |

