Old Default Image Style Version History

9 versions

Be careful with old versions!

These versions are displayed for reference and testing purposes. You should always use the latest version of an add-on.

Version 3.0.6.1-signed.1-signed 31.7 KiB Works with Firefox 17.0 - 56.*, SeaMonkey 2.14 - 2.34a1

Changelog (3.0.x):
  • 3.0.6: Don't hang if the image filename begins with a space.
  • 3.0.5: Fix for hangs with Greek/Luganda locales, or when displaying an image with consecutive spaces in the filename.
  • 3.0.5: Fix for Firefox 26 compatibility (bug 677912).
  • 3.0.4: Proper fix for hangs.
  • 3.0.4: Make the Help button work in Seamonkey.
  • 3.0.4: Workaround for images in frames being resized to 0x0px.
  • 3.0.3: Work around hangs on non-English locales.
  • Override Firefox's built-in image resizing. This fixes the issues with images close to the viewport size not resizing when the page has margins.
  • Add option to change the background of the image itself separately from the page (useful for transparent images on dark backgrounds, or to make the background a checkerboard). Defaults to "white" unless you're upgrading from a previous version and had the "Checkerboard background" option turned on, in which case it defaults to transparent.
  • Support using the string "checkerboard" in page/image backgrounds to get a checkerboard background.
  • Fix breakage from Bug 885117.
  • Add a documentation page.

Version 3.0.5.1-signed.1-signed 30.7 KiB Works with Firefox 17.0 - 33.*, SeaMonkey 2.14 - 2.24a1

Changelog (3.0.x):
  • 3.0.5: Fix for hangs with Greek/Luganda locales, or when displaying an image with consecutive spaces in the filename.
  • 3.0.5: Fix for Firefox 26 compatibility (bug 677912).
  • 3.0.4: Proper fix for hangs.
  • 3.0.4: Make the Help button work in Seamonkey.
  • 3.0.4: Workaround for images in frames being resized to 0x0px.
  • 3.0.3: Work around hangs on non-English locales.
  • Override Firefox's built-in image resizing. This fixes the issues with images close to the viewport size not resizing when the page has margins.
  • Add option to change the background of the image itself separately from the page (useful for transparent images on dark backgrounds, or to make the background a checkerboard). Defaults to "white" unless you're upgrading from a previous version and had the "Checkerboard background" option turned on, in which case it defaults to transparent.
  • Support using the string "checkerboard" in page/image backgrounds to get a checkerboard background.
  • Fix breakage from Bug 885117.
  • Add a documentation page.

Version 3.0.4.1-signed.1-signed 30.2 KiB Works with Firefox 17.0 - 26.0a1, SeaMonkey 2.14 - 2.23a1

Changelog (3.0.x):
  • 3.0.4: Proper fix for hangs.
  • 3.0.4: Make the Help button work in Seamonkey.
  • 3.0.4: Workaround for images in frames being resized to 0x0px.
  • 3.0.3: Work around hangs on non-English locales.
  • Override Firefox's built-in image resizing. This fixes the issues with images close to the viewport size not resizing when the page has margins.
  • Add option to change the background of the image itself separately from the page (useful for transparent images on dark backgrounds, or to make the background a checkerboard). Defaults to "white" unless you're upgrading from a previous version and had the "Checkerboard background" option turned on, in which case it defaults to transparent.
  • Support using the string "checkerboard" in page/image backgrounds to get a checkerboard background.
  • Fix breakage from Bug 885117.
  • Add a documentation page.

Version 3.0.3.1-signed.1-signed 29.7 KiB Works with Firefox 17.0 - 25.0a1, SeaMonkey 2.14 - 2.22a1

Changelog (3.0.x):
  • 3.0.3: Work around hangs on non-English locales.
  • Override Firefox's built-in image resizing. This fixes the issues with images close to the viewport size not resizing when the page has margins.
  • Add option to change the background of the image itself separately from the page (useful for transparent images on dark backgrounds, or to make the background a checkerboard). Defaults to "white" unless you're upgrading from a previous version and had the "Checkerboard background" option turned on, in which case it defaults to transparent.
  • Support using the string "checkerboard" in page/image backgrounds to get a checkerboard background.
  • Fix breakage from Bug 885117.
  • Add a documentation page.

Version 2.2.1.1-signed.1-signed 18.2 KiB Works with Firefox 11.0 - 23.*, SeaMonkey 2.8 - 2.18a1

Changelog:
  • Fix for breakage on Firefox 18.0 and above, caused by Bug 793366.

Version 2.2.1-signed.1-signed 18.2 KiB Works with Firefox 11.0 - 18.*, SeaMonkey 2.8 - 2.14a1

Changelog:
  • Use "background" CSS property instead of "background-color", to make it easier to specify backgrounds that aren't pure colors.
  • Add "px" to the maxWidth/maxHeight values. This apparently became required with the 2012-07-18 Nightly build.

Version 2.1.1-signed.1-signed 18.1 KiB Works with Firefox 11.0 - 16.0a1, SeaMonkey 2.8 - 2.13a1

Changelog:

Fixed issue with styles not being applied to some images (those in new tabs opened as a result of left-clicking on a link to an image on the same host that uses target="_blank").

Version 2.0.1-signed.1-signed 15.7 KiB Works with Firefox 11.0 - 16.0a1, SeaMonkey 2.8 - 2.13a1

Changelog:
No changes from 2.0beta1.
  • Style changes are applied to images in View Source windows too.
  • "No margin" option.
  • Checkerboard background option.
  • Ability to customize the text color used for error messages.
  • Preference changes are applied immediately to all tabs.
  • Apply/unapply styles on extension load/unload.
  • Port Bug 713383 - Directly viewed images should be printed with a transparent background on the body.
  • Handle Bug 717143 by overriding image sizes set by the the built-in resizer.
  • Handle Bug 713487 by removing the new sheet too.
  • Apply CSS classes to the image document body and image, for easier targeting with Stylish.

Known bugs:
  • Style changes aren't applied to the new tab when left-clicking links to images on the same domain that have target="_blank".
  • Image resizing is slightly off for images near to the screen width when using borders on Fx13+, because image resizing still mostly uses the built-in image resizer code, which comes to the conclusion that the image shouldn't be resized. I intend to fix this by completely overriding the built-in resizer.
  • If you have nglayout.debug.disable_xul_cache set to true, going back/forward to an image might restore the original background color (but, oddly, not the image centering.) You can use "white !important" for the background color as a workaround.
  • I haven't seen any crashes recently; hopefully that's because the problem has been fixed.

Firefox 8.0-10.0 support is dropped in this release, due to Bug 185236 and more importantly Bug 678465.

Version 1.0.1-signed.1-signed 15.0 KiB Works with Firefox 8.0 - 14.0a1, SeaMonkey 2.5 - 2.11a1