First and foremost, let me just tell you that there is no set rule on what applications Google employees can or can’t use. Even as a web developer on Google apps, I’ve been an avid Flickr user well before I joined the troops to take over the world (kidding, sort of).

Nevertheless, there need not be more preface than that. So straight and to the point, I wrote a Greasemonkey script that does a few of my favorite things in one. Hit the jump to see how my script can make your flickr life easier.

Getting started

For those that don’t know what greasemonkey is, in short it allows you “monkey” with the web in whatever way you want via JavaScript. These scripts are called “user scripts”. To do all this. Follow these short two steps

Get Quickr Flickr

Now that you’re all set up. Come back to visit this post and install my Quickr Flickr GM Script. (You should get a notification dialogue prompting to install it). Click “Install”.

What you get

Here is a quick preview of some of the features:
Screenshot of Quickr Flickr

Known Issues

Upcoming features

Your comments are welcome, but complaining is not. This was done completely in my free time. Enjoy :)

Like the script?

Leave me some feedback on the public User Scripts website.

Comments

  1. Bramus! on 02.23.2009

    Exactly what I needed; Thanks!

  2. Bramus! on 02.23.2009

    Dustin,

    I see that you’re hooking your script on the window load event, not allowing one to move quickly between pics (with the arrows for example).

    Any plans on invoking the script when the DOM is ready (cfr. this here)?

    Regards,
    Bram.

  3. Bram.us » Quickr Flickr Greasemonkey Script on 02.23.2009

    [...] Diaz knocks up this darn handy GreaseMonkey Script which extends the Flickr Experience Spread the [...]

  4. admin on 02.23.2009

    Bramus,
    No. No plans. The “next” and “previous” photos aren’t available until “after” the window has loaded (Flickr’s fault). Therefore it has to be done this way. And believe me, I looked into DOMReady previous to posting this. It doesn’t work.

  5. Bramus! on 02.23.2009

    Dustin,

    thanks for the fast answer; Should’ve known you already explored “the DOMReady way”. Nonetheless, it still remains a very useful script :-)

    Kudos!

  6. gels on 02.23.2009

    Wow that is so sweet!! Too bad I don’t comment as much as I should on flickr :P Oh sloth, how dost thou tempt me.

  7. seth on 02.23.2009

    Wow, this is great. Thanks for sharing.

    Dunno how much trouble it is but more keyboard shortcuts would be extra sweet (favorite, blog this, send to group, etc).

  8. admin on 02.23.2009

    gels, thanks!

    seth, cool man. i’ll look into those. but for the record, you mos def want this one:
    http://userscripts.org/scripts/show/1543

  9. seth on 03.02.2009

    dustin, hrrm, my search-fu is obviuosly not as powerful as yours. I missed that one on my foray onto userscripts.org.

    Danke.

  10. Josh on 04.13.2009

    Hi Dustin,

    First off let me say that this Script is fantastic, it really helps navigate through Flickr.
    The only thing that bugs me is that the comment bar now floats around on the right underneath the info of the photo.
    You might be thinking: “Who cares, just get used to it being on the right”…but I am picky and can’t do that!

    So is there any way to keep the comment box to the right?

    Thanks, Josh

  11. Natacha on 04.19.2009

    hmmm I guess since I’m on Safari I would not be a candidate for this app? Let me know when it comes to the MAC side :) looks like fun!

  12. justin bess on 05.03.2009

    This is the most awesome script ever.. i have been using scripts for over 3 years now.. and this is the most brilliant one..

  13. Pink Status on 06.01.2009

    >“Reply” links are included on each comment which will insert the appropriate HTML code into the comment form.

    That’s a clever function :)

  14. Pink Status on 06.02.2009

    I found that if an URL is missing the trailing slash the script is disabled, I don’t know if it’s a bug or if it’s normal but just in case … not very important maybe :) I really like the reply function :P

  15. Pink Status on 06.02.2009

    (sorry for double post) It seems to be particular to some URL like :
    http://www.flickr.com/photos/polvero/3588607882/ = active
    http://www.flickr.com/photos/polvero/3588607882 = inactive

    but with http://www.flickr.com/photos/polvero/3588607882/in/photostream/ it’s working with or without trailing slash.

    Feel free to erase this comment if it’s irrelevant.

    Cheers

  16. Louis on 06.04.2009

    Thanks this kicks @ss!

  17. shmileblik on 06.13.2009

    perfect! thank you!

  18. Riyazi on 06.16.2009

    Sounds very cool - but anyway to get this to work on chrome - tried enabling scripts etc but not working :(

Leave a Reply