Viewing a single comment thread. View all comments

Moonside OP wrote

I use a client for twitter just because it makes the numbers less prominent, and it rules. I love twitter, but jesus the number shit is such a pain. Like I see folks post about how many followers they have, or like screenshotting the twitter analytics page, and I kind die on the inside.

Actually I went and got a custom CSS Chrome extension and got rid of almost all number silliness with these settings on my desktop computer:

.ProfileTweet-actionCount {
  opacity: 0;
}

div.module.Trends.trends {
  opacity: 0;
}

.ProfileCardStats {
  opacity: 0;
} 

Needless to say, this rules. Twitter just feels like relaxed spa now.

3