딩굴댕굴

블로그꾸미기 #4 티스토리 마우스 우클릭 금지

by jennysgap


 마우스 우클릭 금지하기 


방법1. 티스토리 내 플러그인을 사용

방법2. HTML 파일을 수정



 방법1. 티스토리 내 플로그인으로 우클릭 금지하기 


▼ 티스토리 관리자페이지에서 [ 플러그인 ] 항목을 클릭합니다.


▼ 전체 플러그인 페이지에서 맨 위쪽에 [ 보기 ] - [ 스팸/불펌 방지 ]를 클릭합니다. 


▼ '마우스 오른쪽 클릭 방지' 플러그인을 클릭합니다.


▼ [ 적용 ]을 누르면 설정이 완료 됩니다!


 방법2. HTML 파일 수정을 통해 우클릭 금지하기 


▼ HTML 설정으로 들어가서 [ Ctrl + F ] 키를 눌러 </head>의 위치를 찾습니다.


▼ </head> 부분 바로 위에 아래의 소스코드를 삽입합니다.

<!--마우스 우클릭 금지 설정 시작-->
<script type="text/javascript">
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script>
<!--마우스 우클릭 금지 설정 끝-->








반응형

블로그의 정보

jennysgap

jennysgap

활동하기