Content deleted Content added
Pythoncoder (talk | contribs) better distinguish admin and crat |
Pythoncoder (talk | contribs) contribs |
||
Line 80:
var user = mwtitle.getMain().replace(/_/g," ");
if (mwtitle.getNamespaceId() === -1) user = user.replace('Contributions/',''); // For special page "Contributions/<username>"
if (mwtitle.getNamespaceId() === -1) user = user.replace('Contribs/',''); // The Contribs abbreviation too
if(acdata[user] == 1) {
|