addBefore(Flickr, 'post', function(ps){
ps.private = true;
ps.description = joinText([ps.pageUrl, ps.description], '\n');
ps.tags = function(x){if(!x)x=[];x.push('tombloo');return x;}(ps.tags);
});