Last active
December 27, 2015 08:59
-
-
Save raol/7300549 to your computer and use it in GitHub Desktop.
Hide image preview from twitter feed css. On click image is shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document url-prefix(https://twitter.com) { | |
ol#stream-items-id > li.stream-item > div.tweet div.cards-media-container { | |
display: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment