Forum
Tools
|
Nyxon wrote
at 5:20 PM, Tuesday August 26, 2014 EDT
Hey. Shot in the dark here but I've run all about looking for a solution.
After last Firefox update my Deadcode tools quit working. Checked the usual places for update and/or reinstalling greasemonkey and applied the tools. No go. Anyone else lose Deadcode tools on the last Firefox update? I just can't bear to click 'end turn' if I don't have to. My finger can't take the abuse! PLEASE HELP MEH! k thx. -Nyx |
Replies 1 - 7 of 7
|
JUSTcallmePRE wrote
at 2:41 PM, Wednesday August 27, 2014 EDT no need for deadcode tools for auto end turn. it's built right into kdice, but the css sets the checkbox to hidden.
try inspecting element down by where the end turn button appears and do some digging. it's my secret |
|
stakaboo wrote
at 7:41 AM, Friday August 29, 2014 EDT True Nixon, same problem here. On Chrome it's ok, but chrome sucks.
|
|
gibran wrote
at 12:10 PM, Sunday August 31, 2014 EDT There also seems to be a surrender label (to give kill?) anyone knows how to change the css and make it stick ?
|
|
gibran wrote
at 12:35 PM, Sunday August 31, 2014 EDT surrender is just the flag
to make the autoendturn show use this userContent.css (or stylish) : @-moz-document domain(kdice.com) { .gwt-CheckBox { display: inline !important; } } |
|
Nyxon wrote
at 6:49 PM, Thursday September 4, 2014 EDT Awesome. Thanks for the help.
Of course, the player notes in Deadcode tools were awesome, but I guess I'll have to live without them. |
|
Slinus wrote
at 9:16 PM, Thursday September 4, 2014 EDT I didn't get it gibran, please elaborate for idiots.
|
|
gibran wrote
at 4:56 AM, Sunday September 7, 2014 EDT http://kb.mozillazine.org/index.php?title=UserChrome.css
Stylish is a firefox addon that lets you add special css to specific pages |