Text Contrast for Dark Themes 版本紀錄 - 25 個版本
Text Contrast for Dark Themes 作者: DmitriK
Text Contrast for Dark Themes 版本紀錄 - 25 個版本
小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。
最新版本
版本 2.1.6
發行於 2019年12月4日 - 28.04 KB適用於 firefox 55.0 與更新版本- 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.原始碼依照 MIT License 條款釋出
下載 Firefox 並安裝擴充套件必須使用 Firefox 才能使用此擴充套件較舊版本
版本 2.1.5
發行於 2019年3月25日 - 24.15 KB適用於 firefox 55.0 與更新版本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.原始碼依照 MIT License 條款釋出
版本 2.1.4
發行於 2018年11月29日 - 23.93 KB適用於 firefox 55.0 與更新版本- Better handle elements that only have a background image defined.原始碼依照 MIT License 條款釋出
版本 2.1.3
發行於 2018年11月1日 - 23.69 KB適用於 firefox 55.0 與更新版本Bugfix for possible infinite loop on sites that clear the extension's data attributes原始碼依照 MIT License 條款釋出
版本 2.1.2
發行於 2018年10月17日 - 23.5 KB適用於 firefox 55.0 與更新版本Fix issue with some input elements being incorrectly styled since last version.原始碼依照 MIT License 條款釋出
版本 2.1.1
發行於 2018年9月19日 - 22.69 KB適用於 firefox 55.0 與更新版本, android 55.0 到 68.*Remove some leftover console debugging code原始碼依照 MIT License 條款釋出
版本 2.1.0
發行於 2018年9月14日 - 22.71 KB適用於 firefox 55.0 與更新版本, 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)原始碼依照 MIT License 條款釋出
版本 2.0.6
發行於 2018年8月21日 - 21.74 KB適用於 firefox 55.0 與更新版本, android 55.0 到 68.*- Improve contrast check on input elements. This should result in less instances of the extension unnecessarily 'fixing' elements.原始碼依照 MIT License 條款釋出
版本 2.0.5
發行於 2018年6月14日 - 21.43 KB適用於 firefox 55.0 與更新版本, 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.原始碼依照 MIT License 條款釋出
版本 2.0.4
發行於 2018年1月30日 - 20.78 KB適用於 firefox 55.0 與更新版本, 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.原始碼依照 MIT License 條款釋出
版本 2.0.3
發行於 2018年1月16日 - 20.4 KB適用於 firefox 55.0 與更新版本, 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.原始碼依照 MIT License 條款釋出
版本 2.0.2
發行於 2017年12月19日 - 19.14 KB適用於 firefox 48.0 與更新版本- 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原始碼依照 MIT License 條款釋出
版本 2.0.1
發行於 2017年12月13日 - 18.86 KB適用於 firefox 48.0 與更新版本, android 48.0 到 68.*Some fixes for performance regressions in last version.原始碼依照 MIT License 條款釋出
版本 2.0.0
發行於 2017年12月11日 - 18.67 KB適用於 firefox 48.0 與更新版本, 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.原始碼依照 MIT License 條款釋出
版本 1.4.2
發行於 2017年10月23日 - 16.43 KB適用於 firefox 48.0 與更新版本, android 48.0 到 68.*A couple of minor fixes for a few edge cases原始碼依照 MIT License 條款釋出
版本 1.4.1
發行於 2017年7月18日 - 16.42 KB適用於 firefox 48.0 與更新版本, android 48.0 到 68.*Re-add checking for existing contrast when fixing input elements.原始碼依照 MIT License 條款釋出
版本 1.4.0
發行於 2017年6月22日 - 16.44 KB適用於 firefox 48.0 與更新版本, 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 more原始碼依照 MIT License 條款釋出
版本 1.3.0
發行於 2017年3月24日 - 14.79 KB適用於 firefox 48.0 與更新版本, 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.原始碼依照 MIT License 條款釋出
版本 1.2.3
發行於 2017年3月22日 - 11 KB適用於 firefox 48.0 與更新版本, android 48.0 到 68.*Bugfix: Possible exception in extension when checking for an SVG document could prevent further contrast checks.原始碼依照 MIT License 條款釋出
版本 1.2.2
發行於 2017年3月17日 - 11 KB適用於 firefox 48.0 與更新版本, 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.原始碼依照 MIT License 條款釋出
版本 1.2.1
發行於 2017年3月10日 - 10.88 KB適用於 firefox 48.0 與更新版本, 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.原始碼依照 MIT License 條款釋出
版本 1.2.0
發行於 2017年2月8日 - 10.5 KB適用於 firefox 48.0 與更新版本, 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.原始碼依照 MIT License 條款釋出
版本 1.1.0
發行於 2016年11月30日 - 8.92 KB適用於 firefox 48.0 與更新版本, 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.原始碼依照 MIT License 條款釋出
版本 1.0.1
發行於 2016年11月1日 - 6.51 KB適用於 firefox 48.0 與更新版本, android 48.0 到 68.*Remove some deprecated manifest keys that may be causing install issues原始碼依照 MIT License 條款釋出
版本 1.0.0
發行於 2016年8月12日 - 6.44 KB適用於 firefox 48.0 與更新版本, android 48.0 到 68.*Medium overhaul of addon:
- Ported to Web-Extensions API
- Re-colors elements whose class attribute has been changed by javascript原始碼依照 MIT License 條款釋出