Skip to content

Instantly share code, notes, and snippets.

@summivox
Created March 17, 2016 16:47
Show Gist options
  • Save summivox/25789e6b22158958daa8 to your computer and use it in GitHub Desktop.
Save summivox/25789e6b22158958daa8 to your computer and use it in GitHub Desktop.
stylish script for hiding twitter promoted tweets
@-moz-document domain("twitter.com") {
.promoted-tweet {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment