Google Images Auto Pager

By Paweł Kubisz Last update Sep 28, 2009 — Installed 50,971 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 16 posts, 15 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
jens haas User

great script! i love it!

but ive got one question,
how comes that there is added "&usg=*" to every 'origin page'-link?
for the most pages i'll get an 404.

thanks for all your work

 
Raffles Scriptwright

Without doubleclick, even easier:

replace this line:

document.body.addEventListener('dblclick',dblClickEvents, false);

with this:

dblClickEvents();
createLinks();

that will also create the "origin image" link under the thumbnail for the first set of results.

Excellent script, Pawel!

 
thedoorman User

Great script!
I have been using it from the first version.
Could this script be modified to work with PicLens ?

 
bobielawlintine Scriptwright

Without doubleclick the easy way:

Just change the line

document.body.addEventListener('dblclick',dblClickEvents, false);

to

document.body.addEventListener('load',dblClickEvents, true);

...and voilá, no more doubleclick needed.
So doit yourself.

 
kmc User

I'm using firefox3.0 +
Greasemonkey 0.7.20070607.0

and this script permanently load and add the second page :(

 
alto maltés Scriptwright

Well done!

 
hebbet Scriptwright

You did a very nice job!!

 
Marc Brando User

This is a great script.
I also want to thank 'user pandaking' for posting the User Script Updates link without whose tip I'd never have known about.

 
pandaking User

Also,

Check out User Script Updates - simply update the header of your script and your users will be able to receive change-notification when you improve this script...

 
pandaking User

Great script.

My only suggestion is to get rid of the "origin image" and just leave the "origin page", as if people want the actual image then they are just going to click the thumbnail.

Another advantage of doing this is that you can make the page link slightly bigger.

Please consider it, cheers...

 
Mentallo Scriptwright

Awesome Script !

 
zatic Scriptwright

Way to go, what an awesome script! Thanks!

 
Paweł Kubisz Script's Author

@Per Eriksson

if course it is - dive into code and find the line

document.body.addEventListener('dblclick', dblClickEvents, false);

at the end of the script an change this line to this:

dblClickEvents();

thats all

@Dawudd
imho efficiency of these two script is comparable - I've made rewriting in this way due to consistancy with CustomizeGoogle

 
Per Eriksson User

Is it possible to get it to function automaticly, without having to doubleclick?

 
David Regev Scriptwright

Great script. However, the way ‘Google Image direct links’ rewrites the links is more efficient. The URL underneath the image information is itself rewritten to link to the origin page. Not only does this make the addition of a whole line (‘[ Origin image | Origin page ]’) unnecessary, but the link is also often an easier target to hit.

Would you be interested in modifying the current behaviour?

Thanks.