Skip to content

Instantly share code, notes, and snippets.

@sourabhv
Last active November 25, 2016 17:57
Show Gist options
  • Save sourabhv/f13e01c216c4a023c26c4de54d2d708c to your computer and use it in GitHub Desktop.
Save sourabhv/f13e01c216c4a023c26c4de54d2d708c to your computer and use it in GitHub Desktop.
Just paste it in your console on any 500px page, and it'll be downloaded.
$("body").append($("<a id='qwerty'/>"));var u=$('.photo-focus__photo')[0].src;$('#qwerty').attr("download",u).attr("href",u);$('#qwerty')[0].click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment