Comments
Comments so far. Add yours.
Prentiss Riddle
Be sure to read the fine print where it says the bookmarklet "copies the shortened URL into the search box at the top right hand of the flickr page." Before I saw that I thought it was busted since I was expecting the tinyurl/bit.ly behavior of opening a new tab.
pepelsbey
Your bookmarklet doesn't work in case of "void(_ge('.'))" i guess.
Here's the new version for modern browsers:
javascript:if(location.href.match(/flickr\.com\/photos/)){document.querySelector('#header_search_q').value=document.querySelector('#shorturl').href}