Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Add-on icon

Text Contrast for Dark Themes version history - 25 versions

Text Contrast for Dark Themes by DmitriK

Rated 4.7 out of 5
4.7 Stars out of 5
5
108
4
16
3
2
2
1
1
5
Text Contrast for Dark Themes version history - 25 versions
  • Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.

  • Latest version

    Version 2.1.6

    Released Dec 4, 2019 - 28.04 KB
    Works with firefox 55.0 and later
    - Fixed issue where probing for default colors didn't work correctly. In addition to possible incorrect re-coloring, this could also result in performance issues as the extension no longer recognized that styles were set by the author already.
    - Fixed issue where foreground color may not have been set when author only sets background image.

    Source code released under MIT License

    You'll need Firefox to use this extension
    Download Firefox and get the extension
    Download file
  • Older versions

    Version 2.1.5

    Released Mar 25, 2019 - 24.15 KB
    Works with firefox 55.0 and later
    Minor bugfixes:
    - Turning off extension in popup would not disable the mutation observer, resulting in extension continuing to
    apply itself to dynamic elements.
    - Using the override buttons in the popup would fail if the user specifically clicked on the text specifying the url.

    Source code released under MIT License

    Download file
  • Version 2.1.4

    Released Nov 29, 2018 - 23.93 KB
    Works with firefox 55.0 and later
    - Better handle elements that only have a background image defined.

    Source code released under MIT License

    Download file
  • Version 2.1.3

    Released Nov 1, 2018 - 23.69 KB
    Works with firefox 55.0 and later
    Bugfix for possible infinite loop on sites that clear the extension's data attributes

    Source code released under MIT License

    Download file
  • Version 2.1.2

    Released Oct 17, 2018 - 23.5 KB
    Works with firefox 55.0 and later
    Fix issue with some input elements being incorrectly styled since last version.

    Source code released under MIT License

    Download file
  • Version 2.1.1

    Released Sep 19, 2018 - 22.69 KB
    Works with firefox 55.0 and later, android 55.0 to 68.*
    Remove some leftover console debugging code

    Source code released under MIT License

    Download file
  • Version 2.1.0

    Released Sep 14, 2018 - 22.71 KB
    Works with firefox 55.0 and later, android 55.0 to 68.*
    Removed all usages of getDefaultComputedStyle(), as it's been slated for removal (see https://bugzilla.mozilla.org/show_bug.cgi?id=1355683)

    Source code released under MIT License

    Download file
  • Version 2.0.6

    Released Aug 21, 2018 - 21.74 KB
    Works with firefox 55.0 and later, android 55.0 to 68.*
    - Improve contrast check on input elements. This should result in less instances of the extension unnecessarily 'fixing' elements.

    Source code released under MIT License

    Download file
  • Version 2.0.5

    Released Jun 14, 2018 - 21.43 KB
    Works with firefox 55.0 and later, android 55.0 to 68.*
    - When running in an [i]frame list checks now use root tab url instead of frame url
    - Fixed bug where clearing a list after it had been set broke extension functionality for that session.

    Source code released under MIT License

    Download file
  • Version 2.0.4

    Released Jan 30, 2018 - 20.78 KB
    Works with firefox 55.0 and later, android 55.0 to 68.*
    - In whitelist mode, toggle button now allows the extension to be temporary turned on in order to preview effects.
    - Fix failure of standard colors override list when user is not running system colors.

    Source code released under MIT License

    Download file
  • Version 2.0.3

    Released Jan 16, 2018 - 20.4 KB
    Works with firefox 55.0 and later, android 55.0 to 68.*
    - Performance improvements to mutation observers
    - Controls in popup for adding current site to lists
    - Cache options in background script to remove need to re-access storage for every page
    - Fixes for a couple of rather dumb bugs.

    Source code released under MIT License

    Download file
  • Version 2.0.2

    Released Dec 19, 2017 - 19.14 KB
    Works with firefox 48.0 and later
    - More fixes for special cases involving cross-origin frames
    - Fix inability to clear override lists
    - Fix button badge text being out of sync of what really happens

    Source code released under MIT License

    Download file
  • Version 2.0.1

    Released Dec 13, 2017 - 18.86 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Some fixes for performance regressions in last version.

    Source code released under MIT License

    Download file
  • Version 2.0.0

    Released Dec 11, 2017 - 18.67 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Major overhaul to how extension actions are triggered:

    - Background script dispatches content scripts as needed, instead of the
    manifest file. This results in better control of when scripts run.

    - Separate scripts for fixing input elements only and fixing all elements. This
    minimizes the size of the scripts that are run day-to-day, especially for
    users who only need fixes to input elements.

    - Added whitelist functionality. The blacklist can now be treated as a whitelist
    instead, via a checkbox in the options.

    - Some improvements to handling iframes. Some corner cases have been fixed as a
    result; others still require move work.

    Source code released under MIT License

    Download file
  • Version 1.4.2

    Released Oct 23, 2017 - 16.43 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    A couple of minor fixes for a few edge cases

    Source code released under MIT License

    Download file
  • Version 1.4.1

    Released Jul 18, 2017 - 16.42 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Re-add checking for existing contrast when fixing input elements.

    Source code released under MIT License

    Download file
  • Version 1.4.0

    Released Jun 22, 2017 - 16.44 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    - Fix some specific cases of extension improperly overriding colors when it shouldn't be.
    - Extension restores itself when sites that clear attribute data.
    - Fix range type styling
    - Add 2 additional configuration options:
    - Target contrast ratio. Now defaults to WCAG AA limit of 4.5.
    - Delay before extensions runs. Added to improve compatibility with other style-modifying extensions, to ensure they can properly complete insertion of
    custom CSS before this extension runs
    - Take advantage of ES6 features in order to clean up code some more

    Source code released under MIT License

    Download file
  • Version 1.3.0

    Released Mar 24, 2017 - 14.79 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    - Fix mis-detection of 'use system colors' setting causing performance issues
    when it is not set.
    - Add ability to over-ride extension behavior based on URL. Extension can either
    be disabled, or can force black-on-white colors.
    - Handling of iframes overhauled to make it a bit less fragile.

    Source code released under MIT License

    Download file
  • Version 1.2.3

    Released Mar 22, 2017 - 11 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Bugfix: Possible exception in extension when checking for an SVG document could prevent further contrast checks.

    Source code released under MIT License

    Download file
  • Version 1.2.2

    Released Mar 17, 2017 - 11 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Fix an issue with extension adding unnecessary background color to root elements (like HTML and BODY) that are transparent by default, and author has defined a transparent image.

    Source code released under MIT License

    Download file
  • Version 1.2.1

    Released Mar 10, 2017 - 10.88 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    - Improved detection of user setting non-standard colors.
    - Perform contrast check on iframes.
    - Perform contrast check on some forms of SVG embeds.
    - Override site CSS that uses !important but still has wrong contrast.

    Source code released under MIT License

    Download file
  • Version 1.2.0

    Released Feb 8, 2017 - 10.5 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    For users that enable 'use system colors', added option to toolbar button that forces root element of page to be black text on white background, effectively allowing users to temporarily disable the 'use system colors' setting for a tab.

    Source code released under MIT License

    Download file
  • Version 1.1.0

    Released Nov 30, 2016 - 8.92 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    - Now uses custom data attributes to assign styles via CSS.
    - No longer re-analyses elements that have already been checked, resulting in major performance improvement in pages with dynamic element [re]creation.
    - Button in browser toolbar can be used to temporarily disable extension for current tab.

    Source code released under MIT License

    Download file
  • Version 1.0.1

    Released Nov 1, 2016 - 6.51 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Remove some deprecated manifest keys that may be causing install issues

    Source code released under MIT License

    Download file
  • Version 1.0.0

    Released Aug 12, 2016 - 6.44 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Medium overhaul of addon:

    - Ported to Web-Extensions API
    - Re-colors elements whose class attribute has been changed by javascript

    Source code released under MIT License

    Download file
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.