Difference between revisions of "User:GuoPC/common.js"
(Created page with "// HotCat mw.loader.load('//commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript'); // IPE mw.loader.load('https://cdn.jsdelivr...") |
(// Edit via Wikiplus) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | // HotCat | + | // HotCat loaded from ZhMGP |
− | mw.loader.load( | + | mw.loader.load(mw.config.get("wgServer").replace("en.moegirl", "zh.moegirl") + mw.config.get("wgScriptPath") + '/index.php?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript'); |
− | // | + | // PersonalLabel based on [[zhmoe:User:AnnAngela/js/PersonalLabel.js]] |
− | mw. | + | $(function() { |
+ | $('#pt-watchlist').after('<li id="pt-sandbox"><a href="' + mw.config.get("wgServer") + mw.config.get("wgScriptPath") + '/User:' + mw.config.get("wgUserName") + '/Sandbox">My sandbox</a></li><li id="pt-personlog"><a href="' + mw.config.get("wgServer") + mw.config.get("wgScriptPath") + '/Special:log/' + mw.config.get("wgUserName") + '">My logs</a></li>'); | ||
+ | }); | ||
− | // | + | // Wikiplus |
− | mw.loader.load('// | + | mw.loader.load('https://wikiplus-app.com/Main.min.js'); |
− | |||
− | |||
− |
Latest revision as of 02:22, 16 April 2023
// HotCat loaded from ZhMGP mw.loader.load(mw.config.get("wgServer").replace("en.moegirl", "zh.moegirl") + mw.config.get("wgScriptPath") + '/index.php?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript'); // PersonalLabel based on [[zhmoe:User:AnnAngela/js/PersonalLabel.js]] $(function() { $('#pt-watchlist').after('<li id="pt-sandbox"><a href="' + mw.config.get("wgServer") + mw.config.get("wgScriptPath") + '/User:' + mw.config.get("wgUserName") + '/Sandbox">My sandbox</a></li><li id="pt-personlog"><a href="' + mw.config.get("wgServer") + mw.config.get("wgScriptPath") + '/Special:log/' + mw.config.get("wgUserName") + '">My logs</a></li>'); }); // Wikiplus mw.loader.load('https://wikiplus-app.com/Main.min.js');