Last active
February 23, 2017 11:20
-
-
Save laiso/115f4df9edae176bca117de53ab8de8e to your computer and use it in GitHub Desktop.
icons
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
// in browser | |
document.write(jQuery("img.ProfileCard-avatarImage").toArray().reduce((txt, img)=>{ return txt + "\n" + img.src }, "")) | |
// console | |
pbpaste | xargs -P 10 wget |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment