Created
August 18, 2015 13:32
-
-
Save mperlet/54abbbafaea218221fac to your computer and use it in GitHub Desktop.
js:add photo to all your flickr groups. Import first jQuery and open your group list
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
$.each($('.album-selection-list').children(),function(index, element){ setTimeout(function(){$(element).click()}, index*1000);}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment