https://github.com/notwoods/high-contrast-epoch-times
Makes the Chinese mobile Epoch Times website better for accessibility.
https://github.com/notwoods/high-contrast-epoch-times
accessibility chrome-extension high-contrast web-extension
Last synced: 2 months ago
JSON representation
Makes the Chinese mobile Epoch Times website better for accessibility.
- Host: GitHub
- URL: https://github.com/notwoods/high-contrast-epoch-times
- Owner: NotWoods
- License: mit
- Created: 2018-08-11T22:35:16.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2021-05-09T20:19:17.000Z (about 4 years ago)
- Last Synced: 2025-02-02T05:25:33.416Z (4 months ago)
- Topics: accessibility, chrome-extension, high-contrast, web-extension
- Language: JavaScript
- Homepage:
- Size: 2.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# high-contrast-epoch-times
Makes the Chinese mobile Epoch Times website better for accessibility.
A Chrome extension to tweak my grandfather's favorite website.
Intended to be used with the mobile version of the site.Epoch Times' website uses pixel font sizes, and as a result the font sizes
cannot be overridden by the user. Browsers let users change the default font
sizes so that users like my grandfather can read text that would normally be
too small to see. Websites use `em` units for text rather than `px` to obey
these settings and show text relative to the chosen size.The extension automatically converts pixel `font-size` and `line-height` values
to use `em` units instead. It also uses high contrast text colors (black
background and yellow text) to make it easier to read.## Before and After
![]()
![]()