我正在编辑一个WordPress PHP页面,我希望该页面阻止加载的特定外部脚本
这是脚本:
<script>
(function(document,script,id)
{
var js,
r=document.getElementsByTagName(script)[0],
protocol=/^http:/.test(document.location)?'http':'https';
if(!document.getElementById(id))
{
js=document.createElement(script);
js.id=id;js.src=protocol+'://widgets.changetip.com/public/js/widgets.js';r.parentNode.insertBefore(js,r)
}
}(document,'script','changetip_w_0'));
</script>
有没有办法可以影响这个脚本不加载count_box?或者立即放入一个剧本,然后阻止&#39;&#39; ?
答案 0 :(得分:0)
如果没有看到任何php,很难知道它是如何被加载的。它看起来像一个名为&#34; changetip&#34;从提供的代码。也许暂时停用它,看看是否会导致它。
如果不是这样,请检查header.php
中找到的主题目录中的footer.php
和/wordpress/wp-content/themes/yourThemeName
。它可能会显示在其中某处。