222 is a bookmarklet that enables darkmode on any website.
Simply drag and drop these 222 bytes to your bookmarks bar
javascript:document.querySelectorAll('*').forEach(e=>e.setAttribute('style','background-color:#222;background-image:none;color:#'+(/^A|BU/.test(e.tagName)?'36c;text-decoration:underline;':'eee;')+e.getAttribute('style')))
And then click the bookmark on any page you want to enable darkmode on.
Simply create a bookmark and set the content of ./index.js as the url and click it on any page you want to enable dark mode.
Customizing is easy, simpy fork the project and change the styles you would like in ./index.js.
To install as a chrome extension:
-
Check-out or download this project
-
Open Chrome Browser, click tools->extensions
-
Enable developer mode, click toggle ( top-right )
-
Click "load unpacked" button and choose the 222 installation folder
you're good to go!
Please open pull requests and issues on github for anything you find :).