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

Unsafe Google Suggestion

Adds Google Suggest dropdown to normal Google searches.

Hack of the original script and Customize Google extension. Works also with iGoogle. For the full list of supported services, please, see the changelog.
Uses unsafe functions, but, AFAIS, won't do any harm. As I don't speak JavaScript, your suggestions will always be welcome.

Changelog:
0.71 (26-01-2008) -- Quick fix as the code stopped to work. The compatibility with some services has been broken
0.6 (18-11-2007) -- Merged the code proposed by Mikado.
0.5 (14-11-2007) -- Merged the code proposed by Aaron McBride.
0.4 (01-11-2007) -- Added support for Linux service
0.3 (2007-09-02) -- Added support for the following Google services:
Images, News, Books, Patent, Product, Code search
0.2 (2007-09-26) -- Changed exclude string. Code is cleaned up.
0.1 (2007-09-24) -- Original release.




Jun 7, 2008
dtech User

It works for me on google.nl
Unfortunately it does not work on iGoogle (google.nl/ig). I do not get the firefox autocomplete suggestions like normal but neither get google suggest results.
I'll try to figure out why it doesn't work perfectly.

 
Jan 11, 2008
searchforsun... User

hi there, great script!

unfortunately, it seems to have stopped working for me recently, any idea of it's just me or if it's due to changes on google's end?

anyhow, it's one of my "must-have" scripts, thanks again for your work :)

 
Dec 25, 2007
m4n_in_bl4ck Scriptwright

amazing, thanks a lot

 
Nov 18, 2007
vasyabelkin Script's author

Mikado, fixed in 0.6. Thank you very much

 
Nov 18, 2007
Mikado Scriptwright

Sorry, I forgot, I removed repeating unsafeWindow and added these lines:
if (f) f = f.wrappedJSObject;
else return;

and also removed function stuff (can't get why do you need it if call it only once).

 
Nov 14, 2007
vasyabelkin Script's author

Thank you very much, Aaron. The code is merged into 0.5. If somebody will propose some better way, as you asked, I will change it.

 
Nov 14, 2007
Aaron McBride Scriptwright

I was having a problem on the /ig page. The query field starts out with focus, so for some reason the code to disable autocomplete doesn't work right away (until you blur and refocus).

To fix it, I added:
f.q.blur();
f.q.focus();
after:
f.q.setAttribute("autocomplete", "off");

Anyone know a better way?

 
Nov 1, 2007
vasyabelkin Script's author

Mikado, I'm sorry but it won't work without "unsafeWindow". You may check this yourself. Or, perhaps, there are some restrictions on my PC

 
Oct 13, 2007
Mikado Scriptwright

You can remove unsafeWindow. before document.evaluate.

 
Oct 1, 2007
Tanel Scriptwright

L33t - W00t - etc...
Very useful!

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