Skip to content

Instantly share code, notes, and snippets.

@segebee
Created August 23, 2014 21:27
Show Gist options
  • Save segebee/c75112f702ea981431ab to your computer and use it in GitHub Desktop.
Save segebee/c75112f702ea981431ab to your computer and use it in GitHub Desktop.
Instagram Photo Grabber via Console
$(".mediaPhoto div").each(function(index) { console.log($(this).attr('src')) })
//run in console to get a list of image urls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment