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)




Jun 26, 2008
windiain User

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?

 
Aug 7, 2007
Shifuimam User

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!

 
Jun 6, 2007
Perla Lewis User

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

 
May 30, 2007
Rafal Smyka Scriptwright

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.

 
May 26, 2007
Gary Cohen Scriptwright

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!

 
May 1, 2007
Shifuimam User

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!!

 
Apr 14, 2007
dirgon User

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

 
Apr 13, 2007
maloXP User

Thanks for updating. ^^ Absolutely useful script.

 
Dec 5, 2005
mar 1 Scriptwright

Works wonderfully now :)

 
Dec 3, 2005
mar 1 Scriptwright

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

 
Oct 25, 2005
Ulf Bopp User

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

 
Oct 21, 2005
Jacqueline User

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

 
Sep 22, 2005
Happy Steve Scriptwright

very useful!

 
Jul 21, 2005
Jason Rhyley Script's author

Now GM 0.3.5 compatible!

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