how to change browser.search.defaulturl

User Help for Mozilla Firefox
Post Reply
Guest
Guest

how to change browser.search.defaulturl

Post by Guest »

i am trying to change FF's default url used when keywords are entered into the search box.

my attempts, so far, have not been successful. yeah, i've added this to user.js with no luck.

Code: Select all

// default URL (search box)
user_pref("browser.search.defaulturl", "http://images.google.com/images?btnG=Google+Search&q=");


any ideas? i'd like to use the search box for quick access to google's image search. using the string above, all i can achieve is defaulting to a normal google web search, which I normally just use the address bar for.

cheers,

scott
User avatar
sjvilla79
Posts: 339
Joined: February 4th, 2004, 4:04 am
Location: Australia
Contact:

Post by sjvilla79 »

^ --> that was me. forgot to log in. arghhh.... ;)
User avatar
dacovale
Posts: 1106
Joined: March 19th, 2003, 6:14 am
Location: Sweden
Contact:

Post by dacovale »

Code: Select all

http://images.google.com/images?q=%s&ie=UTF-8&oe=UTF-8&hl=en&btnG=Google+Search

would be my guess
(it's untested though)

EDIT:
forget that.
what you should do is visit mycroft.
there, you should add the google-images engine.
just search for google on that page
I'm nice
User avatar
sjvilla79
Posts: 339
Joined: February 4th, 2004, 4:04 am
Location: Australia
Contact:

Post by sjvilla79 »

yes, all sorted. thanks for the info. :)
Post Reply