A Filtered Twitter?
February 25, 2019 1:53 PM   Subscribe

Is there a way I can view my twitter feed WITHOUT any RT's or Likes from the people I follow? So I would only see tweets they wrote? That's all I want to see. I'm open to apps if necessary, but hopefully free.
posted by dripdripdrop to Computers & Internet (9 answers total) 11 users marked this as a favorite
 
Tweetbot has the ability to filter your feed this way. It is incredibly refreshing, whenever I do it.
posted by gauche at 2:02 PM on February 25, 2019


It doesn't look like this is possible from the stock Twitter web UI, but it can definitely be done in Tweetbot (I implemented a retweet filter after realizing that the outrage amplification from seeing the same thing retweeted over and over was doing me no favors). Looks like it's possible in TweetDeck, too; I was just able to build a filter to do it in the TweetDeck web UI.
posted by Kosh at 2:02 PM on February 25, 2019


There's no global way to do this in stock twitter, but if you go to the profile of someone you're following, there's an option to turn off retweets for that individual. If you follow few enough people, this might be workable.
posted by juv3nal at 2:25 PM on February 25, 2019 [1 favorite]


what you want is realtwitter.com, or to put this string in the search box: "filter:follows -filter:replies"
posted by suelac at 2:29 PM on February 25, 2019 [6 favorites]


How techy are you? I’ve written an R script to disable RT for all accounts I follow, which works by automating the step juv3nal mentions. The R script requires you to have both an R installation and a Twitter Developer account in order to access your Twitter account via the API. I keep meaning to put the whole thing on GitHub but I haven’t gotten around to that yet.

To get around the Likes I switched my TL to chronological order.
posted by Erinaceus europaeus at 2:47 PM on February 25, 2019


This lifehacker technique still works:

https://lifehacker.com/how-to-disable-all-retweets-on-twitter-1823550038

It's 3 simple steps, and the third one looks all hackerish:

a=Array.prototype.slice.call(document.querySelectorAll("div.ProfileCard-content div.dropdown"));a.forEach(function(e) {e.querySelector("button").click(); e.querySelector("li.retweet-off-text button").click(); })

Here's what that says in English:

Dear Browser,

Find all the little drop downs for the profiles on this page. For each of them, find the button that turns off retweets. Click it for me, would you?

posted by justkevin at 3:03 PM on February 25, 2019


I just go to realtwitter.com which does it automatically.
posted by jeather at 3:11 PM on February 25, 2019 [4 favorites]


To hide other people’s likes, I added the following as muted words - to add them on the app it’s under Settings->Content Preferences->Muted words->Add. No idea if it will work forever, but it’s worked for a few months now:

suggest_pyle_tweet
suggest_recycled_tweet_inline
suggest_activity_tweet
posted by songs about trains at 5:33 PM on February 25, 2019 [3 favorites]


here's an website you can use to turn off retweets for everyone you follow in stock Twitter: turn off retweets. on mobile you can click "show latest tweets" in the top right and those two things combined just get you things people tweeted.
posted by oranger at 6:09 PM on February 25, 2019 [2 favorites]


« Older My MacBook Has It’s Mind!   |   Cultural appropriation for kids Newer »
This thread is closed to new comments.