Greesemonkey script request

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Greesemonkey script request

Post by shiznatix »

Does anyone know of a greesemonkey script that will put the google suggest search in with your personalized google homepage? that would be fantasticly amazing because I love both of them and putting them together would make me happy.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

though it may be useful to add
document.getElementById('q').setAttribute("autocomplete", "off");
to it
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Post by shiznatix »

wow thats amazing! i want to use the line that you put in but no matter where i add it, it does not work. That will turn off the it automatically inserts the suggested stuff into your text field right? yes i don't want it to do that.

also while i am at it, how would i make it so that the cursor does not automatically start inside of the text field?

edit: also, is there a way that you can make it not delete everything that i have put into the text field when i hightlight the whole thing? that is really annoying
Post Reply