Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Refined Twitter | 1,276 | 2 years ago | mit | JavaScript | ||||||
Browser extension that simplifies the Twitter interface and adds useful features | ||||||||||
Bettertweetdeck | 1,111 | 11 days ago | 2 | mit | TypeScript | |||||
A browser extension to improve TweetDeck with a lot of features | ||||||||||
Treeverse | 476 | 3 months ago | 38 | mit | TypeScript | |||||
A browser extension for navigating burgeoning Twitter conversations | ||||||||||
Coinflict Of Interest | 137 | 3 years ago | 6 | mit | JavaScript | |||||
Browser extension to show user biases on Crypto Twitter. | ||||||||||
Nitter Redirect | 111 | 8 months ago | 10 | mit | JavaScript | |||||
A browser extension that redirects Twitter links to Nitter instead. | ||||||||||
Legacy Verified Extension | 46 | a month ago | mit | JavaScript | ||||||
A browser extension to bring back legacy verified accounts on Twitter. | ||||||||||
Twitter Demetricator | 45 | 2 years ago | other | JavaScript | ||||||
Hides all the metrics on Twitter | ||||||||||
Twitter Links Beta | 41 | 3 years ago | 7 | JavaScript | ||||||
A browser extension to show the latest tweets that link to the current page. | ||||||||||
Opentweetfilter | 38 | 6 years ago | 17 | JavaScript | ||||||
A browser extension/add-on to filter tweets. Currently, supporting Google Chrome.and Mozilla Firefox (15+) | ||||||||||
Doucheblock | 38 | 2 months ago | 13 | unlicense | JavaScript | |||||
Automatically block anyone with specific keywords in their Twitter bio. |
Fix Twitter is a browser extension that fixes dumb things about Twitter and TweetDeck on the web.
https://t.co
links with the original URLs (wherever possible).Fix Twitter is available to install for:
To manually install this extension for Chrome:
cd ~/Downloads/
git clone [email protected]:jonsuh/fix-twitter.git
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">
)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.)background.js
to see what’s happening under the hood.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!
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.