mhtvsSFrpHdE / Grayfox

Grayscale text rendering (antialiasing) for Firefox on Windows. Also Chrome and Chromium based Electon apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grayfox

Firefox, but so gray.

For people don't want those colors surround font edge.

Removes RGB subpixel font antialiasing on Firefox UI by using userChrome.css,
and an extra userContent.css to do the same all over the web.

Install

See https://github.com/mhtvsSFrpHdE/Tibetanfox#install

Behind

The idea is a community discover that when opacity apply to web elements,
RGB antialiasing will be replaced by grayscale antialiasing,
with basically no quality lose on modern FHD displays.

Grayscale is far better than RGB if monitor is not LCD RGB (OLED),
or screen is rotated.

This hack also allows using grayscale font antialiasing while keep hardware acceleration remains enabled.

More discuss on internet:
snowie2000/mactype#873
microsoft/PowerToys#25595
snowie2000/mactype#932

About

Grayscale text rendering (antialiasing) for Firefox on Windows. Also Chrome and Chromium based Electon apps.

License:MIT License


Languages

Language:CSS 74.4%Language:HTML 25.6%