Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Fixed broken "Galleri" link (changed .asp to .aspx). |
|
|
Muchos gracias, actually twice since I also made a toolbar based on this one for another site. You're the man! ;)
|
|
|
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. |
|
|
Starfriend: Fixed. Was http://wiki.greasespot.net/0.7.20080121.0_compa...: had to add a big ugly setTimeout :/ |
|
|
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. |
|
|
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. |
|
|
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? |
|
|
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> |
|
|
Updated. "Presentation" link now works on the page where you're notified of gallery additions. |
|
|
Thanks! Works as advertised. :) |
|
|
Updated to work. Also tidied up the code a bit and made the toolbar look nicer (rounded corners!). |
|
|
Updated to maintain title attribute (toolbar takes on the title attribute of linked avatars). |
|
|
Updated according to site changes. |
|
|
Updated for Fx 1.5 compability. Hope I didn't break anything in older versions. |
