Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Flickr Photo Page Enhancer

Adds links to different sizes directly to a Flickr photo page, generates html code to easily copy'n paste thumbnail & description, and automatically loads your 20 most used tags when you click "Add Tag."

This script does many things, and is the result of much feedback and discussion with the great Flickr Hacks community. The script adds direct links to all of an image's sizes, as well as a "Quick Link" box to quickly copy and paste the HTML for a thumbnail link. It also automatically loads your most used tags whenever you click to add a tag to an image. (screenshot, original blog post)





1 point
login to vote
windiain user
Posted Jun 26, 2008

I love this script, but I'm wondering if anyone knows how I could have it positioned towards the top of the page rather than below the sidebar?

1 point
login to vote
Shifuimam user
Posted Aug 7, 2007

This script doesnt' seem to allow downloading the original image for non-pro accounts. AllSizes+ does (or at least used to) provide this, although that script DOESN'T allow grabbing images that have downloads disabled in the user's flickr account.

Is there a way to add the AllSizes+ functionality that can download originals from non-pro accounts? Thanks!

1 point
login to vote
Posted Jun 6, 2007

Thatnks alot. This is a pretty cool script!
Cheers!

1 point
login to vote
Rafal Smyka scriptwright
Posted May 30, 2007

You might consider using code like:
var pOwnerName = '';
var ownerElement = document.evaluate('//td[@class="RHS"]/div[@class="Widget"]/a[3]/b', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
if (ownerElement) {
pOwnerName = " by " +ownerElement.snapshotItem(0).textContent;
}
to determine photo owner for quicklink.

This uses display name instead of the URL part.

1 point
login to vote
Gary Cohen scriptwright
Posted May 26, 2007

The script you wrote was spot on. The only problem is that it doesn't work for non-public photos (friends and family). I've modified your code here: http://www.flickrticker.com/gm/flickrphotopagee... to take care of this case. Thanks again!

1 point
login to vote
Shifuimam user
Posted May 1, 2007

Thank you so very much. The AllSizes+ author updated her script to not display on images where the owner disabled the all sizes page (and like many people I just want the large size for desktop wallpaper, which is well within fair use of copyrighted material), so thank you for not changing yours to behave that way!!

1 point
login to vote
dirgon user
Posted Apr 14, 2007

Not sure what Flickr had done, but the latest update is working again. Thanks for the quick update!

1 point
login to vote
maloXP user
Posted Apr 13, 2007

Thanks for updating. ^^ Absolutely useful script.

1 point
login to vote
mar 1 scriptwright
Posted Dec 5, 2005

Works wonderfully now :)

1 point
login to vote
mar 1 scriptwright
Posted Dec 3, 2005

I can't get this to work with Firefox 1.5 and Greasemonkey 0.6.4 It used to work for me, with old Firefox and GM 0.5.3

1 point
login to vote
Ulf Bopp user
Posted Oct 25, 2005

Many thanks tot he author for this very comprehensive script. I use it constantly.

1 point
login to vote
Jacqueline user
Posted Oct 21, 2005

By far my favorite and most often used greasemonkey script. The "quick link" box is now essential to my daily flickr habit.

1 point
login to vote
Happy Steve scriptwright
Posted Sep 22, 2005

very useful!

1 point
login to vote
Jason Rhyley script's author
Posted Jul 21, 2005

Now GM 0.3.5 compatible!

You could comment on this script if you were logged in.