ahonn/hexo-theme-even

关闭默认的百度云推送

jingsam opened this issue · 1 comments

没有用百度云推送功能,但生成的页面自动加载了百度云推送的脚本,有没有方式可以关闭,谢谢

<script id="baidu_push">
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>