您现在的位置是:wordpr游聚游戏平台官网ess网投庄闲下载主题纯代码禁止复制文章内容的方法 >>正文
wordpr游聚游戏平台官网ess网投庄闲下载主题纯代码禁止复制文章内容的方法
沉潜刚克网216人已围观
简介禁止鼠标右键复制内容。禁止复制的代码<script type="text/javascript">document.oncontextmenu=new Function...
<script type="text/javascript">document.oncontextmenu=new Function('event.returnValue=false;');document.onselectstart=new Function('event.returnValue=false;'); </script>
第二种方法:在当前用的wordpress主题根目录创建一个名称copyright.js文件,新的文章别人复制的已经收录了,
方法一:将以下js代码放在你主题的header.php文件内,
一些新手站长很喜欢复制别人网站原创的文章,如下是Word wordpress主题纯代码禁止复制粘贴文章内容的方法, 将以下js代码复制粘贴到你前wordpress模板的函数模板functions.php文件的最后面 js下载链接: https://pan.baidu.com/s/1ZjcHEFj_ncSgrs9BczVbew?pwd=vxya 提取码: vxya// 禁止右键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' );}
Tags:
相关文章
CSS文本样式字体font
wordpr游聚游戏平台官网ess网投庄闲下载主题纯代码禁止复制文章内容的方法在HTML5中CSS文本样式,通过文本样式的设置,更改字体的大小、样式以及文本的方位。一、字体总汇了解一下 CSS 文本样式中字体的一些设置方法,样式表如下:font-size 设置字体的大小 版本1...
阅读更多
Crypto Markets Lost Over $400B as Bitcoin (BTC) Slumped by $10K in 2 Days (Weekend Watch)
wordpr游聚游戏平台官网ess网投庄闲下载主题纯代码禁止复制文章内容的方法In yet another eventful and painful evening trading on Saturday, Bitcoin’s price tumbled by an...
阅读更多
微博图片显示403无法打开如何解决?
wordpr游聚游戏平台官网ess网投庄闲下载主题纯代码禁止复制文章内容的方法微博图片显示403无法打开如何解决?有哪些方法?2022年所有的微博图床在浏览器新标签页打开都不能访问显示为“403 Forbidden”,很多网站用微博图床的图片链接也全失效,微博图床真的要告别历史...
阅读更多