Created
November 25, 2014 00:50
-
-
Save sesh/980d20dc8e1f8ff4da1b to your computer and use it in GitHub Desktop.
Download Flowdock Avatars
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
| $('.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