Page 1 of 1

Something to make sorting notes a bit easier...

Posted: Wed Sep 09, 2009 8:32 pm
by joo
http://joo.freehostia.com/greasemonkey/ ... ll.user.js

This is a Greasemonkey script I wrote that adds a "Check/uncheck all" control to the multiple note operation screen, which should make it easier when large numbers of notes need to be moved.

That is, until something like this is actually implemented in the game.

Posted: Wed Sep 09, 2009 9:46 pm
by Doug R.
How does it work? The link goes right to the code.

Posted: Wed Sep 09, 2009 9:49 pm
by *Wiro
Doug R. wrote:How does it work? The link goes right to the code.


https://addons.mozilla.org/en-US/firefox/addon/748


@Joo - This is great. :) Thanks! Any possibility of adding this to the envelopes as well? So you can easily empty envelopes?

Posted: Wed Sep 09, 2009 11:02 pm
by joo
Oh right. Envelopes. I didn't take that into account. One minute...

Edit: hmm... it does work for envelopes. You must be talking about adding checkboxes to the inventory screen. I have thought about that, but it won't be as straightforward as this was. I'll post the code if I ever do something like that.

Posted: Thu Sep 10, 2009 12:51 pm
by *Wiro
No. When you open an envelope there are often huge lists of notes. All with checkboxes, it'd be neat to have a check all option there too.

Posted: Thu Sep 10, 2009 9:25 pm
by joo
Added the checkbox for envelopes. Reinstall the script to update.

Posted: Thu Sep 10, 2009 9:27 pm
by *Wiro
You just made the life of my walking library character tons easier. Thanks! :)

Posted: Fri Sep 11, 2009 3:07 pm
by Elros
Awesome Joo! :)

Posted: Sat Sep 12, 2009 11:27 pm
by Joshuamonkey
I've been waiting for this option for a long time! ..but I don't know how to make it work.

https://addons.mozilla.org/en-US/firefox/addon/748

It needs to be used on firefox? How do you make an addon like that?

Posted: Sat Sep 12, 2009 11:49 pm
by *Wiro
In firefox you just click the button, then click install and it's installed.

Posted: Sun Sep 13, 2009 12:26 am
by Joshuamonkey
Does it have to be used on firefox? How did it go from being a code to an add on?

Posted: Sun Sep 13, 2009 12:37 am
by Helmaroc
Joshuamonkey wrote:Does it have to be used on firefox? How did it go from being a code to an add on?


Yes, I think it does. It's not an add-on, the add-on is Greasemonkey, joo has made a code for Greasemonkey. Greasemonkey allows you to customize websites with javascript.

Posted: Sun Sep 13, 2009 6:01 pm
by joo
I have made some changes to allow the script to work correctly on other browsers. I have tested it on the most recent versions of the following browsers (the links give more specific information on how to use userscripts with that browser):
And yes, the script its self is not an add-on to Firefox, but does require an add-on to run. In Firefox, if you have Greasemonkey installed, you should get the option to install the script when you navigate to the link in the OP.

Safari users may also be able to install the script using Greasekit, however I have not tested this myself (and it looks like it may only work on Macs).