Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
Helgon.net toolbar
Displays toolbar with shortcuts to presentation, guestbook and gallery (edit the code for diary and friends as well) when hovering over a Helgon.net userlink.

You could comment on this script if you were logged in.

login to vote
Fixed broken "Galleri" link (changed .asp to .aspx).
login to vote
Muchos gracias, actually twice since I also made a toolbar based on this one for another site. You're the man! ;)
Oh and just FYI, the problem also occurred on 2.0.0.14 with the 0.8 update of Greasemonkey.
login to vote
Hrm. Actually, it was that the variable name "toolbar" collided with something else, presumably in Firefox 3's sandbox. So the timeout itself wasn't what fixed it, but the closure. So I renamed the variable instead.
Thanks to Johan Sundström for figuring this out.
login to vote
Starfriend: Fixed. Was http://wiki.greasespot.net/0.7.20080121.0_compa...: had to add a big ugly setTimeout :/
login to vote
Any chance you'll be able to figure out what broke in this script in regards to the latest Greasemonkey update (0.8)? I get "Error: Component is not available" in my error console.
login to vote
Adeline: Sorry for the late reply. Where the code for this script says "(e.clientX + window.scrollX - 9)" and similarly for Y, change the values (the nines) to determine where the toolbar should appear relative to the mouse pointer.
login to vote
Great script, but it kind of kills this script: http://userscripts.org/scripts/show/1566 (Resize Thumb) .. So I can't use both of them at the same time, as your shortcuts is in the way when I try to click the avatar to get it bigger... :/ Is there any way of changing this?
login to vote
Updated. Now works with <helgon> user links as well (thanks, bkhl). Should also be a bit faster, since it now only generates the toolbar contents once per user and page, rather than every time the mouse moves over a user link...</helgon>
login to vote
Updated. "Presentation" link now works on the page where you're notified of gallery additions.
login to vote
Thanks! Works as advertised. :)
login to vote
Updated to work. Also tidied up the code a bit and made the toolbar look nicer (rounded corners!).
login to vote
Updated to maintain title attribute (toolbar takes on the title attribute of linked avatars).
login to vote
Updated according to site changes.
login to vote
Updated for Fx 1.5 compability. Hope I didn't break anything in older versions.