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/ .






1 point
login to vote
gabedibble scriptwright
Posted Apr 8, 2007

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

1 point
login to vote
Clem script's author
Posted May 17, 2006

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.

1 point
login to vote
Mickey user
Posted Apr 3, 2006

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);

1 point
login to vote
ankut scriptwright
Posted Feb 23, 2006

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.

1 point
login to vote
Clem script's author
Posted Feb 20, 2006

image is now encoded in the script..

1 point
login to vote
ankut scriptwright
Posted Feb 20, 2006

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.

1 point
login to vote
Clem script's author
Posted Feb 20, 2006

updated with a much more nice overlayout thanks to lightbox JS ;)

1 point
login to vote
Mishail user
Posted Dec 6, 2005

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.

1 point
login to vote
Clem script's author
Posted Dec 5, 2005

thx for the trick mishail, script is updated.

1 point
login to vote
Mishail user
Posted Dec 5, 2005

To make this work with GM 0.6.4 just replace "img = new Image();" (at line 42) with "img = document.createElement("IMG");"

1 point
login to vote
p 1 user
Posted Nov 6, 2005

very nice...

1 point
login to vote
Mishail user
Posted Oct 4, 2005

Suggest to add "bmp" support into this script by default. Nice script. Thanks.

1 point
login to vote
Johannes la ... scriptwright
Posted Oct 3, 2005

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/

1 point
login to vote
HATEEYES user
Posted Oct 3, 2005

good one!!!!, I´m cheking it out!!!!

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