Tooltip replacement
![]() ![]() |
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. |
![]() ![]() |
Awesome. I came here to report the same problem and your fixed worked great for me.
|



