Note: After publishing, you may have to bypass your browser's cache to see the changes.
// 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');
// IPE
mw.loader.load('https://cdn.jsdelivr.net/npm/mediawiki-inpageedit@latest/dist/InPageEdit.min.js');
// 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>');
});
// SyntaxHighlighter loaded from ZhMGP
mw.loader.load(mw.config.get("wgServer").replace("en.moegirl", "zh.moegirl") + mw.config.get("wgScriptPath") + '/index.php?title=MediaWiki:Gadget-DotsSyntaxHighlighter.js');
// Wikiplus
mw.loader.load('https://wikiplus-app.com/Main.min.js');