本文整理自网络,侵删。
1、右键复制时显示提示语
把下面代码放到footer.php里即可
代码如下:
<html>
<head><title>防复制</title><meta http-equiv="Content-Type" cont
ent="text/html; charset=utf-8" /></head>
<script>
function stop(){
alert('鄙视盗版,尊重版权,人人有责!');
return false;
}
document.oncontextmenu=stop;
</script>
<body onselectstart="return false" onpaste="return false" oncop
y="return false;"
oncut="return false;" >
</body>
</html>
<html>
<head><title>防复制</title><meta http-equiv="Content-Type" cont
ent="text/html; charset=utf-8" /></head>
<script>
function stop(){
alert('鄙视盗版,尊重版权,人人有责!');
return false;
}
document.oncontextmenu=stop;
</script>
<body onselectstart="return false" onpaste="return false" oncop
y="return false;"
oncut="return false;" >
</body>
</html>
2、禁用所有复制功能
把下面代码放到footer.php里即可。
相关阅读 >>
使用cdn和ajax加速wordpress中jquery的加载
wordpress免登录发布接口,支持所有wordpress版本
更多相关阅读请进入《wordpress》频道 >>
相关推荐
评论
管理员已关闭评论功能...
- 欢迎访问木庄网络博客
- 可复制:代码框内的文字。
- 方法:Ctrl+C。