Script Summary: Adds a customizable shortcuts menu to the top of the screen (next to where the cash icon is)
Note: This script has been updated to include the auto-update code.
jQuery based. This creates a new shortcut menu at the top of the page (for those who want it) on Gaia Online.
When you "click" the shortcut icon the menu will appear. It wont vanish unless you click the icon again (I'm having hover issues at the moment so it's a click-on/click-off sort of thing.)
At the moment to customize the links you need to edit the script. There is a section like the following:
var linkList = [ "http://www.gaiaonline.com/forum/myposts/@My Posts", "http://www.gaiaonline.com/forum/mytopics/@My Topics", "http://www.gaiaonline.com/forum/subscription/@Subscribed Threads", "http://www.gaiaonline.com/avatar@My Avatar", "http://www.gaiaonline.com/inventory@My Inventory", "http://www.gaiaonline.com/guilds/index.php?gmode=myguilds@My Guilds", "http://www.gaiaonline.com/forum/subscription/@Subscribed Threads", ];
Each will be translated into a link, the format is "Full URL@Title of Link", and it must be surrounded by speech marks and end with a comma (,).
Eg: "http://www.gaiaonline.com/forum/myposts/@My Posts", will add a link called My Posts which sends you to http://www.gaiaonline.com/forum/myposts/.
This is tested to work on Firefox 2 (there are layering issues that needed sorting). Not tested on 3 yet so will update then.
The look is ugly, so I may fix that for later on. Any issues please poke me!



