Created
March 2, 2013 18:18
-
-
Save pdokas/5072329 to your computer and use it in GitHub Desktop.
Flickr: Make a photo public and uploaded now
This file contains 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
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