Moderator: Community Team
Persistent sticky notes for Firefox. Internote allows you to create notes on a web page which will be there once you return. Notes are very customizable, and come with many small, useful features. A manager is available, in which you can see all of your saved notes, edit them, print them, and delete them.
Ishiro wrote:I was bored today and made a script to add confirmation dialogs to the End Attacks and End Fortification buttons.
http://www.probablynot.com/greasemonkey ... ds.user.js
imhot4jesus wrote:Literacy never hurt anybody.
kc-jake wrote:Ishiro wrote:I was bored today and made a script to add confirmation dialogs to the End Attacks and End Fortification buttons.
http://www.probablynot.com/greasemonkey ... ds.user.js
My hero.
Ishiro wrote:I was bored today and made a script to add confirmation dialogs to the End Attacks and End Fortification buttons.
http://www.probablynot.com/greasemonkey ... ds.user.js
if (inputs[a].value == "Fortify")
{
inputs[a].setAttribute("onclick", "javascript:return confirm('Are you sure?');" );
}
/*---- Returns probability of a tunin - http://www.kent.ac.uk/IMS/personal/odl/riskfaq.htm#3.5 ----*/
var getTurnInP = function(num_cards){
if( num_cards < 3 ) return 0;
if( num_cards > 4 ) return 1;
if( num_cards == 3 ) return 0.3341;
return 0.778; // has 4 cards
}
jonducrou wrote:I saw this forum thread and made a simple lightweight firefox 1.5-2.0 extension.
https://addons.mozilla.org/firefox/3638/
It shows your games status in the status bar, right click for options, enjoy!
Jon
(first post woo!)
jonducrou wrote:I saw this forum thread and made a simple lightweight firefox 1.5-2.0 extension.
https://addons.mozilla.org/firefox/3638/
It shows your games status in the status bar, right click for options, enjoy!
Jon
(first post woo!)
jonducrou wrote:I saw this forum thread and made a simple lightweight firefox 1.5-2.0 extension.
https://addons.mozilla.org/firefox/3638/
It shows your games status in the status bar, right click for options, enjoy!
Jon
(first post woo!)
Return to Conquer Club Discussion
Users browsing this forum: theelkspeaks