Flickr Photo Page Enhancer

By Jason Rhyley Last update Jul 19, 2010 — Installed 38,076 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 15 posts, 13 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 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?

 
Shifuimam Scriptwright

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!

 
Perla Lewis User

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

 
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.

 
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!

 
Shifuimam Scriptwright

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

 
dirgon User

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

 
maloXP User

Thanks for updating. ^^ Absolutely useful script.

 
mar 1 Scriptwright

Works wonderfully now :)

 
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

 
Ulf Bopp User

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

 
Jacqueline User

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

 
Happy Steve Scriptwright

very useful!

 
Jason Rhyley Script's Author

Now GM 0.3.5 compatible!