Last active
November 25, 2016 17:57
-
-
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.
This file contains 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
$("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