Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
Image Link Tooltip
When you stay on a link to an image, load and popup the image in the current webpage.
When you stay on a link to an image, load and popup the image in the current webpage. To test it, go on "PostSecret":http://postsecret.blogspot.com/ and move your mouse on one of the postcard, the full image should popup now! Based on "Lightbox JS":http://www.huddletogether.com/projects/lightbox/ .
You could comment on this script if you were logged in.

login to vote
Author: Please check out User Script Updates - simply update the header of your script and your users will be able to receive change-notification when you improve this script
login to vote
Updated so it doesn't break when you click on a image link during popup loading..
You can also press ctrl to avoid the image tooltip.
login to vote
Through an e-mail from Clem:
To make it work only when Ctrl is clicked,
Just edit the js file from greasemonkey and look for linkover function. Change that last line:
setTimeout(createpopup, 700,e,href);
into :
if (e.ctrlKey) setTimeout(createpopup, 700,e,href);
login to vote
Another nice change would be to have the lightbox be shown only if the ctrl key was pressed down while mousing over... It gets a little irritating if you want to copy the image link, or are just moving the mouse idly over the page.
login to vote
image is now encoded in the script..
login to vote
Can you please change the script so that it does not contact http://labs.beffa.org/greasemonkey/loading.gif to get the image... You can instead use http://software.hixie.ch/utilities/cgi/data/data to encode the image for use directly in the script body.
login to vote
updated with a much more nice overlayout thanks to lightbox JS ;)
login to vote
2 Clem
It would be great if you will change the script version each time when you update the script :). I usually check the version in the header of the script if I want to see if this script was modified. Thanks a lot one more time for you really usefull script.
login to vote
thx for the trick mishail, script is updated.
login to vote
To make this work with GM 0.6.4 just replace "img = new Image();" (at line 42) with "img = document.createElement("IMG");"
login to vote
very nice...
login to vote
Suggest to add "bmp" support into this script by default. Nice script. Thanks.
login to vote
Cool script, this version works great already.
For large images, scaling and image placement could be improved. Try this one:
http://www.lib.utexas.edu/maps/europe/
login to vote
good one!!!!, I´m cheking it out!!!!