Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsriram/twitter-web-night-mode
Chrome / Firefox extension for twitter's night mode
https://github.com/tsriram/twitter-web-night-mode
chrome extension firefox twitter-night-mode
Last synced: 5 days ago
JSON representation
Chrome / Firefox extension for twitter's night mode
- Host: GitHub
- URL: https://github.com/tsriram/twitter-web-night-mode
- Owner: tsriram
- License: mit
- Created: 2016-08-24T14:35:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T03:44:44.000Z (about 7 years ago)
- Last Synced: 2024-08-02T14:05:58.620Z (3 months ago)
- Topics: chrome, extension, firefox, twitter-night-mode
- Language: CSS
- Homepage: https://tsriram.in/2017/09/24/retiring-twitter-web-night-mode-extension/
- Size: 134 KB
- Stars: 50
- Watchers: 13
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](https://goo.gl/ypAq23).
This is a web extension to bring [twitter's night mode](https://twitter.com/twitter/status/757969656493649921) to both Chrome & Firefox.
You can access install from here:
**Chrome** - [https://chrome.google.com/webstore/detail/twitter-web-night-mode/cadmiljohldbooihfbkjkobepojailca](https://chrome.google.com/webstore/detail/twitter-web-night-mode/cadmiljohldbooihfbkjkobepojailca)
**Firefox** - [https://addons.mozilla.org/en-US/firefox/addon/twitter-web-night-mode/](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**:
- [x] 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
- [x] Gulp watch (didn't need it much so far)
- [ ] Add CONTRIBUTION.md