Skip to content

Instantly share code, notes, and snippets.

@mperlet
Created August 18, 2015 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mperlet/54abbbafaea218221fac to your computer and use it in GitHub Desktop.
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
$.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