A simple extension that provides some UX benefits to https://day9.tv/ visitors.
Increases font contrast across the website to comply with WCAG AAA standard where possible. (Contrast checker)
Some miscellaneous improvements to fonts that didn't fit anywhere else.
Scale WYSIWYG input fields' height according to content.
Requires Yarn & Node.js
Running yarn dev
starts webpack in watch mode and outputs the bundle in build
folder.
Running yarn build
builds a production version of the extension and outputs the bundle in dist
folder.
For further info how to work with extensions visit Getting Started - Google Chrome.