Skip to content

Instantly share code, notes, and snippets.

@sesh
Created November 25, 2014 00:50
Show Gist options
  • Select an option

  • Save sesh/980d20dc8e1f8ff4da1b to your computer and use it in GitHub Desktop.

Select an option

Save sesh/980d20dc8e1f8ff4da1b to your computer and use it in GitHub Desktop.
Download Flowdock Avatars
$('.user-avatar').each(function(e) { if ($(this).parent().find('.user-name').attr('title')) { console.log("aria2c " + $(this).css('background-image').replace('url(', '').replace(')', '').replace('/72', '/600') + " > '" + $(this).parent().find('.user-name').attr('title') + ".png'") } })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment