Skip to content

Instantly share code, notes, and snippets.

@pdokas
Created March 2, 2013 18:18
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 pdokas/5072329 to your computer and use it in GitHub Desktop.
Save pdokas/5072329 to your computer and use it in GitHub Desktop.
Flickr: Make a photo public and uploaded now
javascript:(function(){if(confirm('This will set the date posted to now, and make the photo public for all to see.')){FLICKR.photo.setDatePosted(Math.round((new Date()).getTime()/1000));FLICKR.photo.setPerms({is_public:1});}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment