User:地球发动机/monobook.js

维基百科,自由的百科全书

注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。

//<pre>
//author : fdcn 
function addjs(url){
	var s=document.createElement('script');
	s.setAttribute('src',url);
	s.setAttribute('type','text/javascript');
	document.getElementsByTagName('head')[0].appendChild(s);
}
function getPrePath(){
	if (location.hostname == "secure.wikimedia.org"){return "https://secure.wikimedia.org/wikipedia/zh/";}
	if (location.hostname == "zh.wikipedia.org"){return "http://zh.wikipedia.org/";}
	return 0;
}
//加入popups
addjs(getPrePath()+'w/index.php?title=MediaWiki:popups.js&action=raw&ctype=text/javascript&dontcountme=s');

//加入fixSslUrl
addjs(getPrePath()+'w/index.php?title=User:fdcn64/monobook.js&action=raw&ctype=text/javascript&dontcountme=s');

//</pre>