注意:在您儲存之後您必須清除瀏覽器快取才可看到最新的變動。
?_=1來訪問最新頁面。
//Explanations for this javaScript code in http://zh.moegirl.org/User:AnnAngela/js
$(function() {
$('#pt-watchlist').after('<li id="pt-backlog"><a href="' + mw.config.get("wgServer") + mw.config.get("wgScriptPath") + '/分類:積壓工作">積壓工作</a></li><li id="pt-sandbox"><a href="' + mw.config.get("wgServer") + mw.config.get("wgScriptPath") + '/User:' + mw.config.get("wgUserName") + '/SandBox">我的沙盒</a></li><li id="pt-personlog"><a href="' + mw.config.get("wgServer") + mw.config.get("wgScriptPath") + '/Special:log/' + mw.config.get("wgUserName") + '">我的日誌</a></li>');
});