All Projects → sindresorhus → Refined Twitter

sindresorhus / Refined Twitter

Licence: mit
Browser extension that simplifies the Twitter interface and adds useful features

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Refined Twitter

Coinflict Of Interest
Browser extension to show user biases on Crypto Twitter.
Stars: ✭ 142 (-88.9%)
Mutual labels:  twitter, chrome-extension, browser-extension
Soma Chrome
Chrome extension to listen to SomaFM web radio stations from your browser.
Stars: ✭ 51 (-96.01%)
Mutual labels:  chrome-extension, browser-extension
Github Gmail
[WebExtension] Open GitHub notifications with shortcuts in Gmail.
Stars: ✭ 998 (-21.97%)
Mutual labels:  chrome-extension, browser-extension
Nxenhanced
Adds "quality-of-life" features to NextDNS website for a more practical usability
Stars: ✭ 58 (-95.47%)
Mutual labels:  chrome-extension, browser-extension
Save To The Wayback Machine
Browser extension for quickly saving web pages to the Internet Archive's Wayback Machine.
Stars: ✭ 83 (-93.51%)
Mutual labels:  chrome-extension, browser-extension
Better Chrome Native Video
Add keyboard support to Chrome's native HTML5 video player.
Stars: ✭ 31 (-97.58%)
Mutual labels:  chrome-extension, browser-extension
Notifier For Github
Browser extension - Get notified about new GitHub notifications
Stars: ✭ 1,259 (-1.56%)
Mutual labels:  chrome-extension, browser-extension
Fix Twitter
Browser extension to fix dumb things about Twitter and TweetDeck (hidden “replying to”, t.co links)
Stars: ✭ 25 (-98.05%)
Mutual labels:  twitter, chrome-extension
Devtwitter
Bringing dev.to headlines to your Twitter browsing experience.
Stars: ✭ 66 (-94.84%)
Mutual labels:  twitter, chrome-extension
Github Contribution Color Graph
Change colors of contribution graph in GitHub.
Stars: ✭ 70 (-94.53%)
Mutual labels:  chrome-extension, browser-extension
Pade
Pàdé (Yoruba word for Meet) is a browser extension (Chrome/Edge) based unified communications desktop client for Openfire.
Stars: ✭ 72 (-94.37%)
Mutual labels:  chrome-extension, browser-extension
Authautofill
한국 휴대전화 본인인증 서비스 자동완성 브라우저 확장 프로그램 Browser Extension for Korea SMS Authentication
Stars: ✭ 22 (-98.28%)
Mutual labels:  chrome-extension, browser-extension
Toster Tools
Расширение для сайта toster.ru
Stars: ✭ 11 (-99.14%)
Mutual labels:  chrome-extension, browser-extension
Github Subscribed
Chrome extension that keeps track of your subscription and show them on Github
Stars: ✭ 36 (-97.19%)
Mutual labels:  chrome-extension, browser-extension
Share on twitter
Simplest browser extension for Twitter users.
Stars: ✭ 8 (-99.37%)
Mutual labels:  twitter, chrome-extension
Shine Unofficial
Unofficial fork of SHINE for Reddit.
Stars: ✭ 54 (-95.78%)
Mutual labels:  chrome-extension, browser-extension
Dfpm
DFPM is a browser extension for detecting browser fingerprinting.
Stars: ✭ 81 (-93.67%)
Mutual labels:  chrome-extension, browser-extension
Notifier For Udacity Reviewer
📢 Notifier for Udacity Reviewer - Extension for modern browsers
Stars: ✭ 22 (-98.28%)
Mutual labels:  chrome-extension, browser-extension
Ping Blocker
Stop sites from tracking the links you visit through hyperlink auditing
Stars: ✭ 23 (-98.2%)
Mutual labels:  chrome-extension, browser-extension
Turnoff Namuwiki
조별과제 때마다 "나무위키 꺼라."라고 말하시는게 피곤하신 여러분을 위해 만들어진 Browser Extension, 나무위키를 꺼 드립니다.
Stars: ✭ 59 (-95.39%)
Mutual labels:  chrome-extension, browser-extension

Refined Twitter

Browser extension that simplifies the Twitter interface and adds useful features

This project is not maintained anymore. Twitter rewrote their website and completely broke this extension, and it's much harder to reliably modify the new website. I also don't have time to fix these things and no one has stepped up to do so either. It had a great run. Thanks for all the love.

We use Twitter a lot and notice many dumb annoyances we'd like to fix. So here be dragons.

Install

Note: You must be logged in for this extension to work.

Highlights

You can configure many of these features in the extension settings.

Tip: Twitter has a native dark mode and you can toggle it using Altm. And press Shift ? to see all keyboard shortcuts.

Customization

See the extension settings for what can be configured.

We're happy to receive suggestions and contributions, but be aware this is an opinionated project. There's a high bar for adding options.

This doesn't necessarily limit you from manually disabling functionality that is not useful for you. Options include:

  1. (CSS Only) Use a Chrome extension that allows injecting custom styles into sites, based on a URL pattern. Stylus is one such tool. Example

  2. Clone the repository, make the adjustments you need, and load the unpacked extension in Chrome, rather than installing from the Chrome Store.

Contribute

Suggestions and pull requests are highly encouraged!

In order to make modifications to the extension you'd need to run it locally.

Please follow the below steps:

git clone https://github.com/sindresorhus/refined-twitter
cd refined-twitter
npm install    # Install dev dependencies
npm run build  # Build the extension code so it's ready for the browser
npm run watch  # Listen for file changes and automatically rebuild

Once built, load it in the browser of your choice:

Chrome Firefox
  1. Open chrome://extensions
  2. Check the Developer mode checkbox
  3. Click on the Load unpacked extension button
  4. Select the folder refined-twitter/distribution
  1. Open about:debugging#addons
  2. Click on the Load Temporary Add-on button
  3. Select the file refined-twitter/extension/manifest.json

FAQ

Don't you have another extension with the same name?

This is reusing the name from the original Refined Twitter extension, which tried to use the mobile Twitter version on the desktop. It was a good idea in theory, but not in practice. This extension instead improves upon the desktop version of Twitter.

Will this extension work if I'm not logged in?

No.

Links

Related

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].