วันพุธที่ 2 พฤษภาคม พ.ศ. 2555

How To Disable Right Click on Tumblr

 Copy(Ctlr+c) and paste the following code, and make sure it comes right after your <HEAD> tag:

<SCRIPT language=JavaScript>
<!-- http://www.spacegun.co.uk -->
    var message = "function disabled";
    function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){     alert(message); return false; }
    if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {     alert(message);     return false; } }
    document.onmousedown = rtclickcheck;
</SCRIPT>

ไม่มีความคิดเห็น:

แสดงความคิดเห็น