Google Thumbnails

By Rick Fletcher Last update Oct 11, 2007 — Installed 19,728 times.

It would work, but you should modify the script.

in
Subscribe to It would work, but you should modify the script. 1 post, 1 voice

Mega69 Scriptwright
FirefoxWindows

This script is very useful but a user that commented this script said ( correctly, I've just tried ) that in order to make it work you have to replace:

result_link_xpath: "//*[(name() = 'DIV' and @class='g') or (name() = 'H3' and @class='sem')]/H2/A",

with:

result_link_xpath: "//*[(name() = 'LI' and @class='g') or (name() = 'H3' and @class='r')]/A",

Besides there is another thing that you should correct: the script only works on "google.*/search", but it should also work in "google.*": infact when you go to google.com and do a search, the results are displayed in google.com itself and not in /search page, so the thumbnails don't appear.

Adding the @include rule is not enough, you also have to modify the script.