Google Auto Pager

By FaziBear Last update Apr 7, 2007 — Installed 6,382 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 13 posts, 11 voices



Jesse Andrews Admin

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

 
Raffles Scriptwright

GM_setValue and the other GM_* functions will only work within a Greasemonkey script, not within an extension. Extensions can set their own preferences anyway (visible in prefs.js / about:config), which is pretty much what Greasemonkey does with GM_setValue, so you should find out about that.

 
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 ??

 
FaziBear Script's Author

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

 
FaziBear Script's Author

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

 
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

 
Dawudd Scriptwright

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

 
netwaver User

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

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

 
Zorg Scriptwright

Sweeeet!

 
FaziBear Script's Author

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

 
sqladmin User

SWEET! Makes browsing easy!

 
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

 
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'.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel