User:Moonian/vector.js
外观
注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google Chrome、Firefox、Microsoft Edge及Safari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
// [[:en:User:Lupin/popups.js]] - please include this line
// [[User:Littlebtc/jstool/popups.js]] - 請保留此行
importScriptURI('http://zh.wikipedia.org/w/index.php?title=User:Moonian/strings-zh.js&action=raw&ctype=text/javascript');
document.write('<script type="text/javascript" src="'
+ 'http://zh.wikipedia.org/w/index.php?title=User:Moonian/popups.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
//document.write('<script type="text/javascript" src="'
// + 'en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
// + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
//document.write('<script type="text/javascript" src="'
// + 'http://zh.wikipedia.org/w/index.php?title=User:Moonian/strings-zh.js'
// + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
// [[User:Moonian/shortcuts.js]]
document.write('<script type="text/javascript" src="'
+ 'http://zh.wikipedia.org/w/index.php?title=User:Moonian/shortcuts.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
function shortcutsInit ()
{
shortcutsAddLink ( '志田未來', '%E5%BF%97%E7%94%B0%E6%9C%AA%E4%BE%86' );
shortcutsAddLink ( '上載檔案(本地)', 'Special:Upload' );
shortcutsAddLink ( '我的monobook.js', 'User:Moonian/monobook.js' );
shortcutsStartSection ('導航捷徑');
shortcutsAddLink ( '導航捷徑', ':en:Wikipedia:Tools/Navigation shortcuts' );
}
// install [[:en:User:Cacycle/wikEd]] in-browser text editor
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
/**
* 增加「強制刷新」按鈕
*/
addOnloadHook(function(){
var ca_history = document.getElementById( "ca-history" );
if ( ca_history && document.location.href.indexOf(wgServer+wgArticlePath.replace("$1","")) == 0 ){
var newA = document.createElement( "a" );
newA.setAttribute( "href" , ca_history.firstChild.href.replace( "=history" , "=purge" ) );
newA.appendChild( document.createTextNode( "強制刷新" ) );
var newLi = document.createElement( "li" );
newLi.appendChild( newA );
var ul = ca_history.parentNode;
ul.appendChild( newLi );
}
});
// [[:en:User:Dschwen/wikiminiatlas2.js]] - please include this line
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Dschwen/wikiminiatlas2.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
// [[:en:User:Krimpet/CommonsHelper Helper|CommonsHelper Helper]] (CH²) by [[:en:User:Krimpet|Krimpet]]
document.write('<script type="text/javascript" src="'
+ 'http://zh.wikipedia.org/w/index.php?title=User:Moonian/CH2_zh.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
// [[:en:User:TheDJ/Qui|Qui]] by [[:en:User:TheDJ|TheDJ]]
//document.write('<script type="text/javascript" src="'
// + 'http://zh.wikipedia.org/w/index.php?title=User:Moonian/qui.js'
// + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');