gmemstr / twitter-improvement-project

Twitter Improvement Project Chrome Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter Improvement Project

About

The TIP aims to add some special enhancements to Twitter.com's main timeline, including hiding most of the "useless" interface elements (moments, who to follow, trends, etc), and adding night mode.

Features

  • Tidies up the Twitter.com timeline
  • Implements night mode toggle
  • Allows syncing of night mode across browsers
  • Persistant nav menu along the top

Installing

git clone https://github.com/twitter-improvement-project

Go to chrome://extensions, and make sure to enable developer mode. Then, click 'load unpacked extension' and select the folder twitter-improvement-project.

Night Mode

Colours

@todo: example colour swatch pngs

Muted / background colour: #1B2836 # Dark navy blue

Text: #C7CBCE # Off-white

Border: #414F5C # Standard gr(a/e)y

Highlights: #1DA1F2 # Light blue

Toggling

Toggling nightMode is taken care of by script.js - when the night mode button is clicked, it toggles the night-mode class in <body>. This button is in the top nav bar on Twitter as it is the easiest place to see it.

Licenses

remove-moments by Ed Flanagan (Provided base Chrome extension to build upon)

The MIT License (MIT)

Copyright (c) 2015 Ed Flanagan


Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Twitter Improvement Project Chrome Extension

License:GNU General Public License v3.0


Languages

Language:CSS 75.3%Language:JavaScript 24.7%