ziyouhua 发表于 2018-1-7 23:25:37

百度站长平台链接自动提交-js代码

百度站长平台链接自动提交-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.rel.toLowerCase() == 'canonical' && x.href){
                                        canonicalURL=x.href;
                                }
                        }
                }
                //Get protocol
          if (!canonicalURL){
                  curProtocol = window.location.protocol.split(':');
          }
          else{
                  curProtocol = canonicalURL.split(':');
          }
          //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=/(:\/\/+\.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>



页: [1]
查看完整版本: 百度站长平台链接自动提交-js代码