Created
November 4, 2013 21:50
-
-
Save whereandy/7309763 to your computer and use it in GitHub Desktop.
A .js file for killing images on Twitter.com
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
| $(".cards-media-container").hide() | |
| $(window).scroll(function(){ | |
| $(".cards-media-container").hide() | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment