Last active
December 28, 2022 22:22
-
-
Save freem/6d209c37da456165c97f74b1e082f444 to your computer and use it in GitHub Desktop.
disabling extraneous twitter features
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; | |
} | |
} |
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.
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?
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
So that new "Follow Topic" thing is getting extremely painful. How do I get rid of this?