Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Google Auto Pager

Autoloads for next page of Google search results.

Modified version of Google Auto Pager.
For details see source file.

Script written by ma.la and extended by beerboy, Takayama Fumihiko, and Paul Irish.

Updated 2007.01.04




Feb 15, 2008
Shane Falco User

hi !!
i am using Object oriented javascript for an extension (for this auto pager )and there the reference GM_setvalue(GM_*)didn't work !! wat may be the reason ??
i am getting the message as "ReferenceError : GM_setvalue is not defined"
even anything using GM(greasemonkey) doesn't work , how to obtain the reference ??


 
Apr 22, 2007
FaziBear Script's author

cyberrus: but the way that you append tags don't evaluate script tags ;)


 
Apr 22, 2007
FaziBear Script's author

cyberrus: You are wrong. This is fix for a bug that Paul Irish found.


 
Apr 11, 2007
Paweł Kubisz Scriptwright

sorry, but this is crap - this loop:
for (var i = 0; i < results.length; i++) {
scripts = results[i].getElementsByTagName('script');
if(scripts.length > 0){
for(var i=0; i<scripts>
scripts[i].parentNode.removeChild(scripts[i]);
}
}

is absolutely useless!
I've updated this script: simplified and accelerated - http://userscripts.org/scripts/show/8430


 
Apr 8, 2007
Dawudd User

There’s a bit of space between “pages”. Is that intentional? Also, ‘Did you mean’ gets repeated at the beginning of each “page”.


 
Apr 7, 2007
netwaver User

Very useful - a new feeling of "googling" the web!

Despite of that I can agree with the aspects Chad has mentioned.


 
Apr 7, 2007
Zorg Scriptwright

Sweeeet!


 
Apr 7, 2007
FaziBear Script's author

Paul Irish: It was google maps box. It's fixed now, but they don't display.


 
Feb 22, 2007
sqladmin User

SWEET! Makes browsing easy!


 
Feb 14, 2007
Paul Irish Scriptwright

Nice updates. This is getting classy!

There's a bug when theres extra "Searches related to _____" content at the bottom of the page. (The bug is in my script, too)
Try: http://www.google.com/search?&q=triton


 
Jan 16, 2007
Chad-) User

Great script!!!
The only problem is you have no idea how many pages you've gone through. Maybe you could number the results. Also would it be possible to load the results on clicking a 'more results' link at the bottom like it is on searchmash.com so that there isn't that sudden 'jerk'.


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