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 ).
It's so preeeetty :)
Get the extension at https://chrome.google.com/webstore/detail/twitter-stripped/joekhilngfhflafcfahdbjdcoibnhgld.
- "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
- 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 ?!
The extension hides the components by setting each of the element's display
property to none
.
eg.
element {
display: none !important;
}
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.
Twitter icon made by Pixel perfect from www.flaticon.com.