晾晾♥



Home stuffies Links Follow




No Right click. Ctrl + C to copy. Thanks ! XD

Remember to Give a Like ! Love you guys ♥

facebook · Dasboard

2013年7月28日星期日 | POST ♥
   禁止右键 (弹窗)



怕别人 拷贝你的东西 ?! 用这一个吧 看他们怎样拷贝你的东西 xD
不要弹窗的 这里

Blog Template 

1. 去设计 - 页面元素 - 添加小工具 - HTML/JavaScript

2. 把以下代码添加进去

3. 保存完成。


Blogskin 

1. 去模板

2. Ctrl + F , 找</html>

3. 在</html> 下面添加以下代码

4. 保存 

代码:

<script language=javascript>
<!--
//edit by unwanted
var message="你要写的字";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>

NEW ⇠
PAST ⇢