Skip to content

Instantly share code, notes, and snippets.

@laiso
Last active February 23, 2017 11:20
Show Gist options
  • Save laiso/115f4df9edae176bca117de53ab8de8e to your computer and use it in GitHub Desktop.
Save laiso/115f4df9edae176bca117de53ab8de8e to your computer and use it in GitHub Desktop.
icons
// 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