Skip to content

earvinpiamonte/twitter-stripped

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Stripped

A Google Chrome extension for minimal Twitter experience for web.

This project was initially for my personal use. Trends, who to follow, and the messages tab are too noisy for me so I decided to build this extension to remove those.

The extension removes components that are less important than just reading the feed (at least for me :wink ).

Screenshot

alt text

It's so preeeetty :)

Install

Get the extension at https://chrome.google.com/webstore/detail/twitter-stripped/joekhilngfhflafcfahdbjdcoibnhgld.

Removes the following components:

  • "Search Twitter"
  • "Trends for you"
  • "Who to follow"
  • "Explore" link
  • "Tweet" button
  • "Messages" tab on footer
  • dropdown icon on profile link
  • likes counter
  • retweets counter
  • comments/ sub-tweets counter
  • who liked a Tweet
  • who retweeted a Tweet
  • footer

Benefits

  • Your decision to like and retweet will be based on the content of the Tweet instead of depending on the numbers/ counter.
  • You won't be distracted with the trends. Less stress IMO.
  • You won't be able to see the annoying "Messages" tab. Who decided to put this and didn't put a close button ?!

How it works?

The extension hides the components by setting each of the element's display property to none.

eg.

element {
  display: none !important;
}

Found an issue?

If you found an issue or you have some recommendation, send me an email at [email protected].

If you are a developer and have a GitHub account, you may submit an issue at https://github.com/earvinpiamonte/twitter-stripped-chrome/issues/new.

Credits

Twitter icon made by Pixel perfect from www.flaticon.com.