Skip to content

Instantly share code, notes, and snippets.

@scfrisby
Created March 22, 2011 09:51
Show Gist options
  • Save scfrisby/880999 to your computer and use it in GitHub Desktop.
Save scfrisby/880999 to your computer and use it in GitHub Desktop.
Removes Trends & Suggestions from twitter web interface.
/* Remove Trends & Suggestions */
.trends-inner, .user-rec-inner, .promo, .component-spacer {display: none !important;}
/* Give the footer a border since we lost the original one with the last ruleset */
.footer.inline-list {border-top: 1px solid #CCC !important; padding-top: 10px !important;}
/* Make the favourites & lists sections span the full width of the section. */
div.favorites-activity, div.lists-activity {width: 98% !important;}
div.latest-favorite {width: 460px !important;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment