Comments on FaziBear's Scripts

12 comments

Comment on Google Auto Pager made May 29, 2008:

Raffles

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.

Comment on Google Auto Pager made Feb 15, 2008:

Shane Falco

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

Comment on Google Auto Pager made Apr 22, 2007:

FaziBear

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

Comment on Google Auto Pager made Apr 22, 2007:

FaziBear

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

Comment on Google Auto Pager made Apr 11, 2007:

Paweł Kubisz

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

Comment on Google Auto Pager made Apr 8, 2007:

Dawudd

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

Comment on Google Auto Pager made Apr 7, 2007:

netwaver

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

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

Comment on Google Auto Pager made Apr 7, 2007:

Zorg

Sweeeet!

Comment on Google Auto Pager made Apr 7, 2007:

FaziBear

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

Comment on Google Auto Pager made Feb 22, 2007:

sqladmin

SWEET! Makes browsing easy!

Comment on Google Auto Pager made Feb 14, 2007:

Paul Irish

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

Comment on Google Auto Pager made Jan 16, 2007:

Chad-)

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