Difference between revisions of "User:Exe boss/common.js"
Jump to navigation
Jump to search
m (Fix content type) |
|||
| Line 9: | Line 9: | ||
{ | { | ||
action: "raw", | action: "raw", | ||
| − | ctype: "text/ | + | ctype: "text/javascript", |
} | } | ||
), | ), | ||
| − | "text/ | + | "text/javascript", |
); | ); | ||
}); | }); | ||
Latest revision as of 03:19, 12 March 2026
mw.loader.load(`https://meta.wikimedia.org/w/load.php?modules\
=ext.globalCssJs.user\
&user=ExE+Boss`);
mw.loader.using("mediawiki.util", () => {
mw.loader.load(
mw.util.getUrl(
"User:Exe_boss/MediaWiki:Gadget-HotCat.js/local_defaults",
{
action: "raw",
ctype: "text/javascript",
}
),
"text/javascript",
);
});