This player has 2 contributions to the community
|
Recognized on 11:32 AM, Thursday June 9, 2011 EDT by
KDICEMOD
Continues to write scripts that make KDice a little more fun and presentable. Thank you.
|
|
Recognized on 2:56 PM, Friday May 27, 2011 EDT by
jurgen
congratulations on your awesome work deadcode! Thank you on behalf of so many people who like your KDice tool
|
Add a review about this player
Adding a new review will overwrite your old one. Any player can add a review.
this guy is still the best
Dude111 on Friday March 7, 2014
I like your tools too
greeen on Wednesday March 5, 2014
I like your tools
chiefKeef on Sunday March 2, 2014
Thanks for the Deadcode tools for Chrome. Very nice work.
mrlee on Saturday August 31, 2013
fun :)
don_waldi on Thursday August 1, 2013
What are doing these "deadcode tools"?? o.O
Bulgarian on Tuesday July 30, 2013
Turd sucking arse boy with herpes and crabs. Makes normal humans want to puke. Arse wanker.
jfcxncgn on Friday June 28, 2013
uhh
bivo on Sunday June 9, 2013
I have one suggestion for your tool. It would be nice if you can enter the review system from account pages. now when a game is over i cant access them anymore...
Ugly avatar on Saturday December 29, 2012
The hell, how can i contact you? I wrote a little patch for Deadcode Tools, maybe you want to implement it ...
It's used to switch the colours green/yellow to more helpful colours like gray, orange, green, yellow, red depending on your selected attributes:
$('.iogc-PlayerPanel*').each(function(){
var infoLink = $('<div class="dct-infolink" style="position: absolute; top: 0px; left 0px; background-color: Gray; height: 10px; width: 10px;"></div>');
var nameEl = $(this).find('.iogc-PlayerPanel-name a');
var json = GM_getValue("dct-" + nameEl.html(), null);
if (json != null) {
var data = $.evalJSON(json);
if ( data.jerk && data.honorable ) {
infoLink.attr("style", "position: absolute; top: 0px; left 0px; background-color: Orange; height: 10px; width: 10px;");
}else if (data.stabbed || data.racist || data.jerk || data.farmer) {
infoLink.attr("style", "position: absolute; top: 0px; left 0px; background-color: Red; height: 10px; width: 10px;");
} else if ( data.pga || data.honorable ) {
infoLink.attr("style", "position: absolute; top: 0px; left 0px; background-color: Green; height: 10px; width: 10px;");
} else {
infoLink.attr("style", "position: absolute; top: 0px; left 0px; background-color: Yellow; height: 10px; width: 10px;");
}
}
seeb on Wednesday December 5, 2012