Skip to content

Instantly share code, notes, and snippets.

@rey
Forked from freem/twitter-killjunk.js
Last active September 18, 2018 12:16
Show Gist options
  • Save rey/74e03bfa28eda7673f9c5b17c6f5084d to your computer and use it in GitHub Desktop.
Save rey/74e03bfa28eda7673f9c5b17c6f5084d to your computer and use it in GitHub Desktop.
disabling extraneous twitter features
@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_grouped_tweet_hashtag"],
[data-component-context="suggest_recycled_tweet_inline"],
[data-component-context="suggest_recycled_tweet"]{
display:none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment