Giter VIP home page Giter VIP logo

twitter-stripped's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.