Update (Sep 25, 2017) - This extension is retired and will no longer be supported as twitter has launched official night mode for the website. Read more.
This is a web extension to bring twitter's night mode to both Chrome & Firefox.
You can access install from here:
Chrome - https://chrome.google.com/webstore/detail/twitter-web-night-mode/cadmiljohldbooihfbkjkobepojailca
Firefox - https://addons.mozilla.org/en-US/firefox/addon/twitter-web-night-mode/
- clone the repo and do
npm install
- run
gulp watch
and start hacking - edit code in
js
&sass
directories as needed - run
gulp
ornpm run build
to builddist/chrome
anddist/firefox
TODO:
- Add night mode theme to other twitter pages (currently applies only to home tab)
- Clean up Sass - preferably multiple .scss files - each one for page specific styles and one for common styles
- Gulp watch (didn't need it much so far)
- Add CONTRIBUTION.md