Google Images text links for image sizes

Last update on Apr 16, 2007

Replaces the Google Images image size select box with text links, as it used to be.




You could comment on this script if you were logged in.

4 comments Feed-icon

1 point
login to vote
Henrik N script's author
Posted Apr 16, 2007

Updated:

Fixed to work. Also, now using .tld per knallmuffe's comment – thanks.

schmanzy47: I glanced at that script. Seems like you could get rid of that script and just use this one, if you customize this script slightly with the sizes you want. So e.g. replace

        'Medium': 'small|medium|large|xlarge',
      

with
        'Small': 'small',
        'Medium': 'medium',
        ⋮
      

.

1 point
login to vote
schmancy47 user
Posted Apr 7, 2007

Do you think there's a way to get this script to work with the "Google Image Size" script? I think having the additional size options in that script overrides the functionality of this one.

1 point
login to vote
knallmuffe user
Posted Jan 25, 2007

works only with all languages when you change "http://images.google.com/images?*" to
"http://images.google*/images?*"

thanks

1 point
login to vote
Henrik N script's author
Posted Aug 28, 2006

Should now work in any language.

You could comment on this script if you were logged in.