Content deleted Content added
No edit summary |
No edit summary |
||
Line 17:
url.searchParams.set("action", "raw");
url.searchParams.set("ctype", "text/javascript");
// The following likely won't pass any userscript usage regexes, so userscript
// imports won't be counted twice (only the import script version will be counted).
mw.loader.load(url.toString());
};
|