vBulletin image resizer

By aboyd Last update Jul 16, 2008 — Installed 1,264 times.

Tooltip replacement

in
Subscribe to Tooltip replacement 2 posts, 2 voices



Ken_g6 Scriptwright
MozillaX11

Thanks for this script. It's just about what I was looking for!

There's only one thing I noticed about this script that I didn't like: It changes the tooltip of all images to say 'Click for the original size'. To allow me to see things like tags and my post count in a thread, I changed line 37 from:

aImg[j].title = 'Click for the original size';

to

if(aImg[j].title == '') aImg[j].title = 'Click for the original size';

It seems to work for me, and I thought you might want to add that to your script.

 
Kelemvor User
FirefoxWindows

Awesome. I came here to report the same problem and your fixed worked great for me.
Thanks.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel