I wrote this little bookmarklet to help me instantly grab the large/original version of any Flickr photo. Funnily enough, because of Flickr's consistent filenaming scheme, it also works for photos where the See different sizes
option normally remains hidden:
view big (gets 1024px version; should work for most photos)
view original (gets full version as uploaded; works for photos pre-March 2007)
Drag the link above to your Bookmarks Toolbar (or right click, Add to Favorites), then click it when viewing a single Flickr photo page.
Here's the formatted source code, if you're into that sorta thing:
for (m in M=document.getElementsByTagName('img'))
{
s = M[m].src;
if (s && s.match(/static/) && !s.match(/_s|buddy/))
{
void(window.open(s.replace('.jpg','_o.jpg'),'_self'));
break;
}
}
Older entries (September 2005) » « Newer entries (November 2005)
oops
1. posted by Low at 15:14 on October 31, 2005
2. posted by Milo at 15:20 on October 31, 2005
Overhanging cars, staple marketing tool of car dealerships everywhere...
3. posted by Low at 16:13 on October 31, 2005
Okay, I'll stop now.
4. posted by Ivan at 16:37 on October 31, 2005
But I agree, until computers can process image content, you can never have enough tags.
5. posted by Milo at 17:00 on October 31, 2005
I find it's better to tag things as thoroughly as possible to begin with, than to have to back-tag older entries later.