Skip to content

Instantly share code, notes, and snippets.

@micrypt
Forked from adactio/twitter-user-stylesheet.css
Created December 22, 2011 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save micrypt/1511059 to your computer and use it in GitHub Desktop.
Save micrypt/1511059 to your computer and use it in GitHub Desktop.
CSS rules to hide "Discover", "Trending Topics", "Who To Follow" and specific people on new new Twitter.
[data-component-term="trends"] *,
[data-component-term="user_recommendations"] *,
[data-component-term="discover_nav"] *,
[data-screen-name="username"] * {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment