Fix Twitter

Browser extension to fix dumb things about Twitter and TweetDeck (hidden “replying to”, t.co links)
Alternatives To Fix Twitter
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Refined Twitter1,276
2 years agomitJavaScript
Browser extension that simplifies the Twitter interface and adds useful features
Bettertweetdeck1,111
11 days ago2mitTypeScript
A browser extension to improve TweetDeck with a lot of features
Treeverse476
3 months ago38mitTypeScript
A browser extension for navigating burgeoning Twitter conversations
Coinflict Of Interest137
3 years ago6mitJavaScript
Browser extension to show user biases on Crypto Twitter.
Nitter Redirect111
8 months ago10mitJavaScript
A browser extension that redirects Twitter links to Nitter instead.
Legacy Verified Extension46
a month agomitJavaScript
A browser extension to bring back legacy verified accounts on Twitter.
Twitter Demetricator45
2 years agootherJavaScript
Hides all the metrics on Twitter
Twitter Links Beta41
3 years ago7JavaScript
A browser extension to show the latest tweets that link to the current page.
Opentweetfilter38
6 years ago17JavaScript
A browser extension/add-on to filter tweets. Currently, supporting Google Chrome.and Mozilla Firefox (15+)
Doucheblock38
2 months ago13unlicenseJavaScript
Automatically block anyone with specific keywords in their Twitter bio.
Alternatives To Fix Twitter
Select To Compare


Alternative Project Comparisons
Readme

Introduction

Fix Twitter is a browser extension that fixes dumb things about Twitter and TweetDeck on the web.

  • Always show “replying to” in replies and threads.
  • Enable old school @-mention replies.
  • Replace https://t.co links with the original URLs (wherever possible).
  • Hide in-case-you-missed notifications.

Install

Fix Twitter is available to install for:

To manually install this extension for Chrome:

  1. Either (A) download and unzip the files or (B) clone this repository where you want to store this extension:
cd ~/Downloads/
git clone [email protected]:jonsuh/fix-twitter.git
  1. Chrome Preferences > Extensions (Make sure Developer mode is checked at the top right)
  2. Select Load unpacked extension..., then navigate to and select the directory where you unzipped/cloned this repository.

Details

  • Should replace most but not all https://t.co links—it only replaces ones where the data of the original URL is available in the markup (e.g. <a href="https://t.co/blahblah" data-extended-url="http://original-url.com">)
  • Runs in the background and only executes in tabs open to twitter.com or tweetdeck.twitter.com.
  • Runs every 3 seconds (polling interval customizable in options). Only shows hidden “replying to” that haven’t already been restored, and only replaces new t.co links that haven’t already been changed (i.e. when you first load twitter.com, navigate to a new page, open a modal, load more tweets, etc.)
  • Permission is listed as being able to “Read and change your data on tweetdeck.twitter.com and twitter.com” but none of your data is being read, stored, sent or otherwise by me or anyone else. If you’re curious or skeptical, see the background.js to see what’s happening under the hood.

Pssst!

If you use Tweetbot for Mac, you can also replace t.co links by running the following in Terminal:

# Tweetbot 2
defaults write com.tapbots.TweetbotMac OpenURLsDirectly YES

# Tweetbot 3
defaults write com.tapbots.Tweetbot3Mac OpenURLsDirectly YES

Enjoy!

License

The MIT License (MIT)

Copyright (c) 2017-2018 Jonathan Suh

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.

Popular Twitter Projects
Popular Browser Extension Projects
Popular Social Media Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Twitter
Chrome Extension
Browser Extension