Moderators: Discussions Team, Global Moderators
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?');" );
}
Users browsing this forum: vonraider and 1 guest