Content deleted Content added
actually fix the functionality |
for global use |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1:
var contentContent = document.getElementById("bodyContent");
if (mw.config.get("wgCanonicalNamespace") == "Category" || mw.config.get("wgCanonicalNamespace") == "Category talk") {
mw.util.addPortletLink("p-tb", `/wiki/Special:MassCat?cat=${mw.config.get("
}
// Adapted from User:Ahecht/Scripts/massmove.js
Line 38:
action: "edit",
title: e,
appendtext: `\n[[Category:${massCatGetCat()}]]`,
summary: "Mass categorization with [[w:en:User:JJPMaster/masscat.js|MassCat]]"
},
api = new mw.Api();
|