[资讯]百度站长改版主动推送JS代码,你更新了吗?

摘要

百度主动推送JS改良版,优化了加载速度与其他识别问题,并且代码变的更长长长了。具体详见http://zhanzhang.baidu.com/college/articleinfo?id=1587


资讯

目前的JS代码是这样的,然而它的工作效率非常低,还会给你的网站带来莫名其妙的报错404。性能也比较低下,并且影响你的网站加载速度。

图片[1]-[资讯]百度站长改版主动推送JS代码,你更新了吗?-月宅酱的博客

目前官方进行了改良,也就是这么长一串了。解决了许多的问题,还不错,提高了性能与效率。

图片[2]-[资讯]百度站长改版主动推送JS代码,你更新了吗?-月宅酱的博客

下载

你可以通过下面的代码来进行自定义修改。目前后台还没有跟进更新。

<script>
	(function(){
		var canonicalURL, curProtocol;
		//Get the <link> tag
		var x=document.getElementsByTagName("link");
		//Find the last canonical URL
		if(x.length > 0){
			for (i=0;i<x.length;i++){
				if(x[i].rel.toLowerCase() == 'canonical' && x[i].href){
					canonicalURL=x[i].href;
				}
			}
		}
		//Get protocol
	    if (!canonicalURL){
	    	curProtocol = window.location.protocol.split(':')[0];
	    }
	    else{
	    	curProtocol = canonicalURL.split(':')[0];
	    }
	    //Get current URL if the canonical URL does not exist
	    if (!canonicalURL) canonicalURL = window.location.href;
	    //Assign script content. Replace current URL with the canonical URL
    	!function(){var e=/([http|https]:\/\/[a-zA-Z0-9\_\.]+\.baidu\.com)/gi,r=canonicalURL,t=document.referrer;if(!e.test(r)){var n=(String(curProtocol).toLowerCase() === 'https')?"https://sp0.baidu.com/9_Q4simg2RQJ8t7jm9iCKT-xh_/s.gif":"//api.share.baidu.com/s.gif";t?(n+="?r="+encodeURIComponent(document.referrer),r&&(n+="&l="+r)):r&&(n+="?l="+r);var i=new Image;i.src=n}}(window);})();
</script>

 

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 共9条
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片
    • 月宅的头像-月宅酱的博客月宅等级-LV1-月宅酱的博客作者0
    • 月宅的头像-月宅酱的博客月宅等级-LV1-月宅酱的博客作者0
    • 月宅的头像-月宅酱的博客月宅等级-LV1-月宅酱的博客作者0
      • 月宅的头像-月宅酱的博客月宅等级-LV1-月宅酱的博客作者0