Originally posted by Deathblade
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/53096
Edit:
Still doesn't work right when you have custom colors enabled...I'll fix it gimme a sec.
Doh, custom colors should be banned imo.
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/53096
Edit:
Still doesn't work right when you have custom colors enabled...I'll fix it gimme a sec.
Doh, custom colors should be banned imo.






























