Historique de versions de Text Contrast for Dark Themes - 25 versions
Text Contrast for Dark Themes par DmitriK
Attention aux anciennes versions ! Elles sont affichées seulement à des fins de test et de référence.Vous devriez toujours utiliser la dernière version d’un module complémentaire.
Dernière version
Version 2.1.6
Publié le 4 déc. 2019 - 28,04 KoFonctionne avec firefox 55.0 et versions supérieures- 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.Code source publié sous licence Licence MIT
Télécharger Firefox et obtenir l’extensionVous avez besoin de Firefox pour utiliser cette extensionAnciennes versions
Version 2.1.5
Publié le 25 mars 2019 - 24,15 KoFonctionne avec firefox 55.0 et versions supérieuresMinor 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.Code source publié sous licence Licence MIT
Version 2.1.4
Publié le 29 nov. 2018 - 23,93 KoFonctionne avec firefox 55.0 et versions supérieures- Better handle elements that only have a background image defined.Code source publié sous licence Licence MIT
Version 2.1.3
Publié le 1 nov. 2018 - 23,69 KoFonctionne avec firefox 55.0 et versions supérieuresBugfix for possible infinite loop on sites that clear the extension's data attributesCode source publié sous licence Licence MIT
Version 2.1.2
Publié le 17 oct. 2018 - 23,5 KoFonctionne avec firefox 55.0 et versions supérieuresFix issue with some input elements being incorrectly styled since last version.Code source publié sous licence Licence MIT
Version 2.1.1
Publié le 19 sept. 2018 - 22,69 KoFonctionne avec firefox 55.0 et versions supérieures, android 55.0 à 68.*Remove some leftover console debugging codeCode source publié sous licence Licence MIT
Version 2.1.0
Publié le 14 sept. 2018 - 22,71 KoFonctionne avec firefox 55.0 et versions supérieures, android 55.0 à 68.*Removed all usages of getDefaultComputedStyle(), as it's been slated for removal (see https://bugzilla.mozilla.org/show_bug.cgi?id=1355683)Code source publié sous licence Licence MIT
Version 2.0.6
Publié le 21 août 2018 - 21,74 KoFonctionne avec firefox 55.0 et versions supérieures, android 55.0 à 68.*- Improve contrast check on input elements. This should result in less instances of the extension unnecessarily 'fixing' elements.Code source publié sous licence Licence MIT
Version 2.0.5
Publié le 14 juin 2018 - 21,43 KoFonctionne avec firefox 55.0 et versions supérieures, android 55.0 à 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.Code source publié sous licence Licence MIT
Version 2.0.4
Publié le 30 janv. 2018 - 20,78 KoFonctionne avec firefox 55.0 et versions supérieures, android 55.0 à 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.Code source publié sous licence Licence MIT
Version 2.0.3
Publié le 16 janv. 2018 - 20,4 KoFonctionne avec firefox 55.0 et versions supérieures, android 55.0 à 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.Code source publié sous licence Licence MIT
Version 2.0.2
Publié le 19 déc. 2017 - 19,14 KoFonctionne avec firefox 48.0 et versions supérieures- 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 happensCode source publié sous licence Licence MIT
Version 2.0.1
Publié le 13 déc. 2017 - 18,86 KoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 à 68.*Some fixes for performance regressions in last version.Code source publié sous licence Licence MIT
Version 2.0.0
Publié le 11 déc. 2017 - 18,67 KoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 à 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.Code source publié sous licence Licence MIT
Version 1.4.2
Publié le 23 oct. 2017 - 16,43 KoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 à 68.*A couple of minor fixes for a few edge casesCode source publié sous licence Licence MIT
Version 1.4.1
Publié le 18 juil. 2017 - 16,42 KoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 à 68.*Re-add checking for existing contrast when fixing input elements.Code source publié sous licence Licence MIT
Version 1.4.0
Publié le 22 juin 2017 - 16,44 KoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 à 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 moreCode source publié sous licence Licence MIT
Version 1.3.0
Publié le 24 mars 2017 - 14,79 KoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 à 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.Code source publié sous licence Licence MIT
Version 1.2.3
Publié le 22 mars 2017 - 11 KoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 à 68.*Bugfix: Possible exception in extension when checking for an SVG document could prevent further contrast checks.Code source publié sous licence Licence MIT
Version 1.2.2
Publié le 17 mars 2017 - 11 KoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 à 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.Code source publié sous licence Licence MIT
Version 1.2.1
Publié le 10 mars 2017 - 10,88 KoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 à 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.Code source publié sous licence Licence MIT
Version 1.2.0
Publié le 8 févr. 2017 - 10,5 KoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 à 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.Code source publié sous licence Licence MIT
Version 1.1.0
Publié le 30 nov. 2016 - 8,92 KoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 à 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.Code source publié sous licence Licence MIT
Version 1.0.1
Publié le 1 nov. 2016 - 6,51 KoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 à 68.*Remove some deprecated manifest keys that may be causing install issuesCode source publié sous licence Licence MIT
Version 1.0.0
Publié le 12 août 2016 - 6,44 KoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 à 68.*Medium overhaul of addon:
- Ported to Web-Extensions API
- Re-colors elements whose class attribute has been changed by javascriptCode source publié sous licence Licence MIT