Skip to content

Instantly share code, notes, and snippets.

@freem
Last active December 28, 2022 22:22
Show Gist options
  • Star 78 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save freem/6d209c37da456165c97f74b1e082f444 to your computer and use it in GitHub Desktop.
Save freem/6d209c37da456165c97f74b1e082f444 to your computer and use it in GitHub Desktop.
disabling extraneous twitter features
/* NOTICE: THIS WAS MADE BACK IN 2017, OF COURSE IT'S NOT GOING TO WORK WELL NOW THAT TWITTER'S FUCKED THINGS UP */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("twitter.com") {
[data-component-context="suggest_recap"],
[data-component-context="suggest_who_to_follow"],
[data-component-context="suggest_activity"],
[data-component-context="suggest_activity_tweet"],
[data-component-context="suggest_recycled_tweet_inline"],
[data-component-context="suggest_recycled_tweet"]{
display:none !important;
}
}
@rooislangwtf
Copy link

suggest_ranked_timeline_tweet
suggest_sc_tweet
suggest_ranked_organic_tweet
ActivityTweet
RankedOrganicTweet

@mrlimbic
Copy link

I used to be able to get rid of likes by people you follow but they must have changed something in the new UI. I only want to see people's retweets really, not likes.

Any ideas on that one?

@hodlonaut
Copy link

I'm still continuing to see 'Who to follow' despite adding things like 'suggest_who_to_follow' to my Mute Words list :(

@mrlimbic
Copy link

The new UI makes some of these no longer work. If you force it back to old UI they work better.

https://addons.mozilla.org/en-GB/firefox/addon/goodtwitter/

@Nehemoth
Copy link

My list as of today

suggest_sc_tweet
suggest_ranked_organic_tweet
ActivityTweet
RankedOrganicTweet
suggest_ranked_timeline_tweet
generic_activity_MomentsBreaking
generic_activity_Highlights
suggest_grouped_tweet_hashtag
suggest_activity
suggest_recycled_tweet_hashtag
suggest_recycled_tweet
suggest_recap
Suggest_who_to_follow
suggest_pyle_tweet
suggest_activity_tweet
suggest_recycled_tweet_inline

@mrlimbic
Copy link

@Nehemoth Does those also work with the new UI?

@Nehemoth
Copy link

@mrlimbic I use these words as muted words for Twitter web client with looks like works for the Android Twitter client too.

Hope it helps

@KenzieMac130
Copy link

KenzieMac130 commented Feb 27, 2021

So that new "Follow Topic" thing is getting extremely painful. How do I get rid of this?

@pauamma
Copy link

pauamma commented Feb 6, 2022

Does anyone happen to know what each of those is supposed to mute? The intent of Suggest_who_to_follow seems obvious, but the intent of suggest_ranked_organic_tweet or suggest_recap definitely isn't to me.

@VisionaryLion
Copy link

VisionaryLion commented May 6, 2022

Do these all still work? And if so are there any for "username and x others liked" & "username and x others follow"? And did anyone ever figure out how to mute topic suggestions?

@VisionaryLion
Copy link

share_tweet_to_pocket is another one, not sure what it does but my username liked and username follows seemed to be gone :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment