All Projects → jonsuh → Fix Twitter

jonsuh / Fix Twitter

Licence: mit
Browser extension to fix dumb things about Twitter and TweetDeck (hidden “replying to”, t.co links)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Fix Twitter

Refined Twitter
Browser extension that simplifies the Twitter interface and adds useful features
Stars: ✭ 1,279 (+5016%)
Mutual labels:  twitter, chrome-extension
Share on twitter
Simplest browser extension for Twitter users.
Stars: ✭ 8 (-68%)
Mutual labels:  twitter, chrome-extension
Devtwitter
Bringing dev.to headlines to your Twitter browsing experience.
Stars: ✭ 66 (+164%)
Mutual labels:  twitter, chrome-extension
Simplified Twitter
Remove distractions from the new Twitter layout. Extension for Chrome, Firefox, Safari, Edge & More
Stars: ✭ 111 (+344%)
Mutual labels:  twitter, chrome-extension
Coinflict Of Interest
Browser extension to show user biases on Crypto Twitter.
Stars: ✭ 142 (+468%)
Mutual labels:  twitter, chrome-extension
Treeverse
A browser extension for navigating burgeoning Twitter conversations
Stars: ✭ 365 (+1360%)
Mutual labels:  twitter, chrome-extension
Minimal Twitter
Minimal Theme for the new Twitter UI 🐦
Stars: ✭ 247 (+888%)
Mutual labels:  twitter, chrome-extension
Refined Twitter Old
[DEPRECATED] Chrome extension that enforces the mobile web version of Twitter and improves its interface
Stars: ✭ 442 (+1668%)
Mutual labels:  twitter, chrome-extension
Notifier For Udacity Reviewer
📢 Notifier for Udacity Reviewer - Extension for modern browsers
Stars: ✭ 22 (-12%)
Mutual labels:  chrome-extension
Youtube Playlist Total Duration
this extension is calculating total time of all videos in youtube playlist which you are watching
Stars: ✭ 24 (-4%)
Mutual labels:  chrome-extension
Fakemenot
Application to check authenticity of Twitter screenshots. Written in Python 🐍
Stars: ✭ 22 (-12%)
Mutual labels:  twitter
Uncannycookieclicker
A simple helper Chrome extension for Cookie Clicker players.
Stars: ✭ 22 (-12%)
Mutual labels:  chrome-extension
Crown
Crown: A chrome extension to quickly switch your bookmarks and tabs
Stars: ✭ 24 (-4%)
Mutual labels:  chrome-extension
Anon
tweet about anonymous Wikipedia edits from particular IP address ranges
Stars: ✭ 916 (+3564%)
Mutual labels:  twitter
New New Tab Page
A minimal new tab page for Chrome.
Stars: ✭ 24 (-4%)
Mutual labels:  chrome-extension
Clone With Vscode
A Chrome Extension to improve efficiency.
Stars: ✭ 22 (-12%)
Mutual labels:  chrome-extension
Octohint
The missing IntelliSense hint for GitHub and GitLab
Stars: ✭ 906 (+3524%)
Mutual labels:  chrome-extension
Browser Extension
SimpleLogin Chrome/ Firefox extension
Stars: ✭ 25 (+0%)
Mutual labels:  chrome-extension
Slimsocial For Twitter
Light version of Twitter. Light not only in weight but also in the use.
Stars: ✭ 24 (-4%)
Mutual labels:  twitter
Ghostery Extension
Ghostery Browser Extension for Firefox, Chrome, Opera and Edge
Stars: ✭ 922 (+3588%)
Mutual labels:  chrome-extension

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].