Skip to content

Instantly share code, notes, and snippets.

@airbone42
airbone42 / gist:7253446
Last active December 27, 2015 02:39
Hide collapsed images in twitter, as it was previously. If you're using chrome you can put this in your custom.css
.with-media-forward .cards-media-container img{
display: none !important;
}
.with-media-forward.opened-tweet img{
display: block !important;
}