Content deleted Content added
m Extraneous |
m setTimeout |
||
Line 54:
document.getElementById("wpReason").value = "Granting the following rights, due to demonstration of trust: " + (rollback > 0 ? "rollback" + (ipblockExempt > 0 || accountcreator > 0 ? ", " : "") : "") + (ipblockExempt > 0 ? "ipblock-exempt" + (accountcreator > 0 ? ", " : "") : "") + (accountcreator > 0 ? "accountcreator" : "");
window.setTimeout(function() { getElementsByClassName(document, "td", "mw-submit")[0].getElementsByTagName("input")[0].click(); }, 2000);
}
Line 67:
document.getElementById("wpReason").value = "Removing the following rights, due to abuse: " + (rollback > 0 ? "rollback" + (ipblockExempt > 0 || accountcreator > 0 ? ", " : "") : "") + (ipblockExempt > 0 ? "ipblock-exempt" + (accountcreator > 0 ? ", " : "") : "") + (accountcreator > 0 ? "accountcreator" : "");
window.setTimeout(function() { getElementsByClassName(document, "td", "mw-submit")[0].getElementsByTagName("input")[0].click(); }, 2000);
}
|