Skip to content

Instantly share code, notes, and snippets.

@adactio
Created December 14, 2011 23:56
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save adactio/1479174 to your computer and use it in GitHub Desktop.
Save adactio/1479174 to your computer and use it in GitHub Desktop.
CSS rules to hide "Trending Topics" and "Who To Follow" on new new Twitter.
[data-component-term="trends"] *,
[data-component-term="user_recommendations"] * {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment