wordpress赛车app官网下幸运赛车投注载主题纯代码禁止复制文章内容的方法
禁止鼠标右键复制内容。保存后可以实现网页禁止右键、新的文章别人复制的已经收录了,禁止查看源代码、 wordpress主题纯代码禁止复制粘贴文章内容的方法, 一些新手站长很喜幸运赛车投注欢复制别人网站原创的文章,赛车app官网下载禁止复制的代码 第二种方法:在当前用的wordpress主题根目录创建一个名称copyright.js文件,这种抄袭很不好。将以下js代码复制粘贴过去后保存。反而你网站内容的还没收录, 方法一:将以下js代码放在你主题的header.php文件内, 将以下js代码复制粘贴到你前wordpress模板的函数模板functions.php文件的最后面 js下载链接: https://pan.baidu.com/s/1ZjcHEFj_ncSgrs9BczVbew?pwd=vxya 提取码: vxya<script type="text/javascript">document.oncontextmenu=new Function('event.returnValue=false;');document.onselectstart=new Function('event.returnValue=false;'); </script>
赛车app官网下载="" src="http://img.bokequ.com/wp-content/uploads/2018/08/20231215094839.jpg" width="610" height="228" />
// 禁止右键document.oncontextmenu = function() { return false};// 禁止图片拖放document.ondragstart = function() { return false};// 禁止选择文本document.onselectstart = function() { if (event.srcElement.type != "text" && event.srcElement.type != "textarea" && event.srcElement.type != "password") return false; else return true;};if (window.sidebar) { document.onmousedown = function(e) { var obj = e.target; if (obj.tagName.toUpperCase() == "INPUT" || obj.tagName.toUpperCase() == "TEXTAREA" || obj.tagName.toUpperCase() == "PASSWORD") return true; else return false; }};// 禁止frame标签引用if (parent.frames.length > 0) top.location.replace(document.location);
//防复制function copyrightpro_scripts() { wp_enqueue_script( 'copyright', get_template_directory_uri() . '/copyright.js', array(), false );}if (! current_user_can('level_10') ) {add_action( 'wp_enqueue_scripts', 'copyrightpro_scripts' );}
-
上一篇
-
下一篇
- 最近发表
- 随机阅读
-
- wordpress(大前端)DUX主题v5.0模板下载
- 搜索引擎的工作原理(四)
- 宝塔面板MySQL数据库自动重启设置
- javascript网页mp3音乐播放器列表代码
- wordpress博客网站访问速度慢因素
- web前端position定位层:absolute+relative应用
- 鼠标控制图片左右无缝滚动js特效
- wordpress主题导航菜单添加小图标
- 35dir网站分类目录导航源码(经典彩色版)
- 个人网站本地搭建Apache+PHP+MySQL环境
- 个人网站阿里云IPC备案10天办理完成
- web前端position定位层:absolute+relative应用
- 鼠标控制图片左右无缝滚动js特效
- 织梦include\ckeditor\ckeditor
- 科沃斯T50 Pro扫拖机器人水箱版,3999元降至2235元,百亿补贴优惠不妥协
- dedecms添加文章时禁止自动提取关键字
- Javascript植物大战僵尸小游戏LonelyStar版
- WordPress插件Redirection 301重定向跳转
- wordpress主题猫ztmao模板源码分享
- WordPress添加QQ/微博登录Erphplogin插件
- 搜索
-
- 友情链接
-