Skip to content

Instantly share code, notes, and snippets.

@whereandy
Created November 4, 2013 21:50
Show Gist options
  • Select an option

  • Save whereandy/7309763 to your computer and use it in GitHub Desktop.

Select an option

Save whereandy/7309763 to your computer and use it in GitHub Desktop.
A .js file for killing images on Twitter.com
$(".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