4
10 Comments

Is there a way to block or hide all promoted tweets on Twitter?

I’ve been blocking promoted tweets consistently for the past year or so, but things are getting even worse... Is there a way I can block/hide ALL promoted tweets?

on March 11, 2022
  1. 1

    If you change your home screen settings to latest tweets only, you won't see any promoted or suggested tweets in your feed. You can do so by clicking on the sparkle/magic icon on the top right-hand side of the feed on the Home page.

    1. 1

      Sorry, I just realized that promoted tweets still show up, even if you've filtered to latest tweets only. My bad!

  2. 1

    If you are on a desktop, use an adblocker.

  3. 1

    My team and I just launched a browser extension that is hiding all promoted tweets and ads on Twitter. It is really easy to use. All you need to do is to install it on your preferred browser and let it do its job.

    Try it and let me know if it works for you - https://blockzilla.app/

    P.S. It works also on Facebook, LinkedIn, Reddit, Amazon, eBay, and others.

    1. 1

      Thank you. Seems promising. I'm going to try it and will give you feedback.

      1. 1

        So this is how things work in promotino, ey?

    1. 2

      Thank you. They look a little suspicious, but if there is no other solution I`m going to try them.

      1. 1

        You can inspect their code.

        https://greasyfork.org/en/scripts/420034-twitter-remove-from-feed-who-to-follow-topics-to-follow-and-promoted-tweets/code

        function gtfo() {
            $( "span:contains('Who to follow')" ).parent().parent().parent().parent().parent().hide().next().hide().next().hide().next().hide().next().hide().next().hide();
            $( "span:contains('Topics to follow')" ).parent().parent().parent().parent().parent().hide().next().hide().next().hide().next().hide();
            $( "article span:contains('Promoted')" ).parent().parent().parent().parent().parent().hide().next().hide().next().hide().next().hide();
            $( "span:contains('Promoted by')" ).parent().parent().parent().parent().hide().next().hide().next().hide().next().hide();
            $( "span:contains('Promoted Tweet')" ).parent().parent().parent().parent().hide();
            $( "span:contains('Promoted')" ).parent().parent().parent().parent().parent().hide();
            console.log('removed');
            //Repeat
            setTimeout(gtfo, 10000);
        }
         
        //Initial Run
        setTimeout(function(){
            gtfo();
        }, 3000);
        

        Literally hides chosen spans. Anyways here's the alternative; https://help.twitter.com/en/using-twitter/twitter-blue-features#ad-free-articles

        1. 1

          Shame that this doesn't apply to the mobile app.

Trending on Indie Hackers
Most founders don't have a product problem. They have a visibility problem User Avatar 106 comments Day 4: Why I Built a $199 Workspace Nobody Asked For User Avatar 55 comments Hi IH — quick update. The MVP is live. User Avatar 31 comments I Built a Football Sentiment Platform in 18 Days. The World Cup Starts in 7 Days. Now I Need Distribution. User Avatar 17 comments Built an n8n booking alert system — is cold outreach dead for B2B micro-tools? User Avatar 16 comments Building ExpenseSpy solo, no funding — launching June 17 on iOS & Android User Avatar 15 comments