Twitter – How to Prevent Promoted Tweets

feedstweettwitter

I get "Promoted" tweets all the time on my Twitter feed and the majority of the time, they are just a nuisance as I've specifically selected accounts to follow and I feel like they are infringing on my feed on stuff I actually want to read. I know some have a "Dismiss" option but not all. Is there a way around this?

Best Answer

I use the Stylebot plugin in Chrome to load some custom CSS for the Twitter site.

.promoted-tweet {
    display: none;
}

That little bit of CSS will make all the promoted Tweets invisible.