How do I change firefox's default search?

NiteWulf

Golden Member
Jan 3, 2003
1,112
1
0
FF v1.5
I want to search something other than Google's "i'm feeling lucky" from the address bar.
I tried making the user.js file suggested here and adding a string but it didn't work. I'm pretty sure it worked like this for 1.3, but that was too long ago to remember.
 

CTho9305

Elite Member
Jul 26, 2000
9,214
1
81
Try setting keyword.URL from about:config instead of manually editing a prefs JS file.
 

bchivers

Member
Mar 20, 2005
188
0
0
Not sure if this will work but might be worth a try.
Type about:config in the URL bar push go.
look for browser.search.defaulturl double click on it and type in the URL of the search engine you wish to use.
 

sswingle

Diamond Member
Mar 2, 2000
7,183
45
91
Mine doesn't do "im feeling lucky" by default... :confused: It just does a normal google search
 

NiteWulf

Golden Member
Jan 3, 2003
1,112
1
0
I figured it out. The javascript file works, I just didn't enter the string correctly. Give me a minute and I'll try about:config

EDIT: Looks like you also have to edit keyword.url in the config, but it works both ways. Thanks guys