Skip to content

Instantly share code, notes, and snippets.

@andrewliebchen
Created December 7, 2013 19:51
Show Gist options
  • Save andrewliebchen/7847697 to your computer and use it in GitHub Desktop.
Save andrewliebchen/7847697 to your computer and use it in GitHub Desktop.
User stylesheet for hiding media preview cards on Twitter
/* Twitter */
/* Hide image previews */
.cards-multimedia {
display: none;
}
.open .cards-multimedia {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment