Content deleted Content added
actually added the defining feature |
fix appendtext; add doc title |
||
Line 36:
action: "edit",
title: e,
appendtext: `[[Category:${massCatGetCat()}]]`,
summary: "Mass categorization with [[User:JJPMaster/masscat.js]]"
},
Line 51:
$(function() {
if(mw.config.get("wgPageName").toLowerCase() == "special:masscat") {
document.title = "Mass categorizer - " + mw.config.get("wgSiteName");
document.getElementById("firstHeading").innerText = "Mass categorizer";
// Adapted from [[User:Ahecht/Scripts/massmove.js]]
|