Content deleted Content added
Bellezzasolo (talk | contribs) OK, I'm trying this again |
Updating to point to new list of admins. User:Amalthea_(bot)/userhighlighter.js/sysop.js is no longer automatically updated with changes by the bot. This list currently is. |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 14:
* @author Bellezzasolo
*/
;mw.hook('wikipage.content').add(function(){
var ecdata, pcdata, mvdata, tpdata, addata;
$.when(
Line 29 ⟶ 30:
tpdata = data;
}),
$.getJSON(mw.config.get('wgScriptPath')+'/index.php?action=raw&ctype=application/json&title=User:
addata = data;
}),
Line 45 ⟶ 46:
mw.util.addCSS(".userhighlighter_pcusr.userhighlighter_pcusr {background-color: #d4d4d4 !important}");
mw.util.addCSS(".userhighlighter_excon.userhighlighter_excon {background-color: #ccccff !important}");
$('#article a, #bodyContent a, #mw_contentholder a').each(function(index,linkraw){
try {
var link = $(linkraw);
Line 85 ⟶ 86:
});
});
}); // mw.hook
}(jQuery, mediaWiki));
//</nowiki>
|