Originally posted by cabrasher
If you know how to edit scripts, just go to the end of the script and try and add this below everything else. Should work temporarily until there's a fix.
var offPlayers = getElementsByClassName("player_icon o_icon",document);
for(var j=0; j<offPlayers.length; j++) {
offPlayers[j].firstChild.setAttribute("onclick","");
}
var defPlayers = getElementsByClassName("player_icon d_icon",document);
for(var j=0; j<offPlayers.length; j++) {
defPlayers[j].firstChild.setAttribute("onclick","");
}Went ahead and added that.
http://userscripts.org/scripts/show/53096Edit:
Still doesn't work right when you have custom colors enabled...I'll fix it gimme a sec.
Edit2:
It only bugs out if you change from custom to default, or vice versa...so whatevers.