Skip to content

tsriram/twitter-web-night-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-web-night-mode

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/

Developemnt

  • clone the repo and do npm install
  • run gulp watch and start hacking
  • edit code in js & sass directories as needed
  • run gulp or npm run build to build dist/chrome and dist/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