Content deleted Content added
Amorymeltzer (talk | contribs) Update urls for AC/crat/OS/CU |
Amorymeltzer (talk | contribs) m Also rename bureaucrat class to match others |
||
Line 65:
mw.util.addCSS("[class~=userhighlighter_checkuser] {background-color: #9df}");
mw.util.addCSS("[class~=userhighlighter_oversight] {background-color: #888}");
mw.util.addCSS("[class~=
mw.util.addCSS("[class~=userhighlighter_arbcom] {background-color: #f99}");
$('#article a, #bodyContent a, #mw_contentholder a').each(function(index,linkraw){
Line 86:
}
if(crdata[user] == 1) {
link.addClass(link.attr('class') + '
}
if(osdata[user] == 1) {
|