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)
You could comment on this script if you were logged in.

login to vote
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?
login to vote
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!
login to vote
Thatnks alot. This is a pretty cool script!
Cheers!
login to vote
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.
login to vote
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!
login to vote
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!!
login to vote
Not sure what Flickr had done, but the latest update is working again. Thanks for the quick update!
login to vote
Thanks for updating. ^^ Absolutely useful script.
login to vote
Works wonderfully now :)
login to vote
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
login to vote
Many thanks tot he author for this very comprehensive script. I use it constantly.
login to vote
By far my favorite and most often used greasemonkey script. The "quick link" box is now essential to my daily flickr habit.
login to vote
very useful!
login to vote
Now GM 0.3.5 compatible!