Unpaginate Google Images (microformat producer)

By gollum Last update Feb 17, 2010 — Installed 556 times. Daily Installs: 11, 9, 3, 3, 2, 3, 4, 2, 2, 3, 6, 4, 5, 2, 3, 2, 4, 2, 4, 3, 3, 3, 3, 5, 7, 8, 2, 3, 2, 2, 3

There are 2 previous versions of this script.

// ==UserScript==
// @name           Unpaginate Google Images (microformat producer)
// @namespace    http://userscripts.org/users/35791/scripts
// @url          http://userscripts.org/scripts/source/33698.user.js
// @description  Marks up google image search results with the pagination microformat.
// @require        http://ecmanaut.googlecode.com/svn/trunk/lib/gm/$x$X.js
// @require        http://ecmanaut.googlecode.com/svn/trunk/lib/addmetainfo.js
// @require        http://ecmanaut.googlecode.com/svn/trunk/lib/gm/unpaginate.js
// @include        http://images.google.*/images*
// ==/UserScript==

  unpaginate('id("ImgContent")/table',
//            'id("navbar")//td/a/span[.="Next"]/parent::a',
            'id("navcnt")//td/a[.="Next"]',
//            'id("navbar")');
            'id("navcnt")');