Skip to content

Instantly share code, notes, and snippets.

@hartsell
Forked from bertrandom/gist:665795
Created October 26, 2011 17:45
Show Gist options
  • Save hartsell/1317122 to your computer and use it in GitHub Desktop.
Save hartsell/1317122 to your computer and use it in GitHub Desktop.
Flickr bookmarklet for making a photo public, and setting the date posted to now
javascript:(function(){if%20(confirm('This%20will%20set%20the%20date%20posted%20to%20now,%20and%20make%20the%20photo%20public%20for%20all%20to%20see.')){FLICKR.photo.setDatePosted(Math.round((new%20Date()).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