MediaWiki:Common.js:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第521行: | 第521行: | ||
/* 百度推送 */ | /* 百度推送 */ | ||
(function(){ | (function(){ | ||
var bp = document.createElement('script'); | var bp = document.createElement('script'); | ||
var curProtocol = window.location.protocol.split(':')[0]; | var curProtocol = window.location.protocol.split(':')[0]; | ||
if (curProtocol === 'https') { | if (window.location.href.indexOf('?') == -1) { | ||
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]; | var s = document.getElementsByTagName("script")[0]; | ||
s.parentNode.insertBefore(bp, s); | s.parentNode.insertBefore(bp, s); | ||
})(); | })(); | ||
/*齐柏林页面专用*/ | /*齐柏林页面专用*/ | ||