Skip to content

Instantly share code, notes, and snippets.

@Dutchosintguy
Forked from freem/twitter-killjunk.js
Created July 29, 2019 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dutchosintguy/5b54331fdcb00b9eb70a0fe3178e0ff8 to your computer and use it in GitHub Desktop.
Save Dutchosintguy/5b54331fdcb00b9eb70a0fe3178e0ff8 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;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment