Skip to content

Instantly share code, notes, and snippets.

@hartsell
hartsell / gist:1317122
Created October 26, 2011 17:45 — forked from bertrandom/gist:665795
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});}})();