Image Expander

By Grey Lee Last update Feb 18, 2010 — Installed 1,288 times.


Script Summary: Expand *.jpg, *.jpeg, *.png and *.gif

Version: 0.3.3

Make this:

<a href="original-image"><img src="thumbnail-image" /></a>

Turn into this:

<img src="original-image" />

Changelog

v0.3.3 (2010-02-19 02:06 +0800)
Use DOM selectors API instead of document.evaluate. The API was introduced in Firefox 3.5.
v0.3.2 (2008-06-16 10:14 +0800)
No more XHR, check image exists simply with onload().
v0.3.1 (2008-05-30 16:10 +0800)
Get around with application/xhtml+xml. Thanks scribe.
v0.3 (2008-05-29 15:38 +0800)
Fix some bugs. Thanks scribe.