Skip to content

Instantly share code, notes, and snippets.

@nickpeihl
Created July 27, 2017 17:43
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 nickpeihl/8dbba0874e1d01e9aeab44a25451931c to your computer and use it in GitHub Desktop.
Save nickpeihl/8dbba0874e1d01e9aeab44a25451931c to your computer and use it in GitHub Desktop.
Hide unwanted tweets with the UserStyles add-on.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("twitter.com") {
/* Hide ads */
.promoted-tweet { display: none; }
/* Should hide conversations involving people you don't follow */
[data-you-follow="false"] { display: none; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment