This greasemonkey script makes small changes to the interface removing the need for you to click on the pagination number and wait for loading times every time you go to the next/previous page.
"Flickr Photos from your Contacts Infinite Scroll"

When you browse paginated pages on flickr [1], the script will fetch the next page and append it automatically at the end of the current page while you scroll down.
The initial load time for the page is the same as the normal loading time. The next pages are only loaded when you scroll to the end of the current page. This means less clicks for you, but also shorter loading times for the next pages.
- Get Firefox
- Install GreaseMonkey
- restart Firefox
- If you liked the script, think about helping me back and consider a small donation, click the paypal button on the right.
- Click on the following icon and select "Install"
1Localisations
This script comes by default with two languages: English, Portuguese (thanks to Perla*) and French. If you want to propose a translation in one of the other language supported by Flickr, please see Help localise Flickr scripts
2Upgrades
- Version 0.8 makes the script compatible with the new languages introduced for Flickr. It also comes with English and French localisation.
- Version 0.7 fix a bug where the first page will show over and over on the tag search
- Version 0.6 adds support for the tag and tag clusters pages
- Version 0.5 fixes the bug that broke flickr javascripts in the page automatically loaded. The buddy menu and the in place editing in your stream/set pages will now work correctly, even for dynamically loaded pages.
- Version 0.4 is a small update for code cleaning and a fix so that flickr javascript (buddy menu, in place editing of stream details, etc...) is not broken on the first page.
- Version 0.3 introduces:
- the script works on more pages
- it’s now possible to temporarily disable the auto pagination
- cleaner code, and faster page introduction
- Version 0.2 fixes a bug in the number of page computation. It also introduces new pagination links on the left of the screen. It still have known bugs...

