Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

An add-on to force firefox switch back to default search engine in search bar

  • 2 odgovori
  • 5 ima ovaj problem
  • 22 views
  • Posljednji odgovor poslao cor-el

more options

Hi,

I have a couple search engines installed in firefox's search bar. I find it extremely annoying that each time I change the search engine it remains like that even after restarting firefox. Is there any add-on that would switch back to the one that is on the top of the list (which happens to be my default search engine for navigation bar as well) every time I restart the browser?

Let me give you an example: I use duckduckgo as a default search engine for the nav bar and in the search bar. Let's say I need to find a definition for which I use wikipedia search engine. I switch to wikipedia one then. I turn off the browser and the next time I start firefox the search engine that appears in the search bar is wikipedia and I would prefer it to be duckduckgo.

I hope it isn't to vague.

cheers, Omen

Hi, I have a couple search engines installed in firefox's search bar. I find it extremely annoying that each time I change the search engine it remains like that even after restarting firefox. Is there any add-on that would switch back to the one that is on the top of the list (which happens to be my default search engine for navigation bar as well) every time I restart the browser? Let me give you an example: I use duckduckgo as a default search engine for the nav bar and in the search bar. Let's say I need to find a definition for which I use wikipedia search engine. I switch to wikipedia one then. I turn off the browser and the next time I start firefox the search engine that appears in the search bar is wikipedia and I would prefer it to be duckduckgo. I hope it isn't to vague. cheers, Omen

Izabrano rješenje

Easiest is to set the preferred default engine to the preferred search engine via the user.js file in the Firefox profile folder by copying the related user_pref() line to this file.

The user.js file is read each time Firefox is started and initializes preferences to the value specified in this file, so preferences set via user.js can only be changed temporarily for the current session.

You can search the about:config page for browser.search. to locate the pref(s) that you need.

  • user_pref("browser.search.defaultenginename", "Google");

You can use this button to go to the currently used Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
  • Create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
  • Use a plain text editor like Notepad to create a (new) user.js file in this folder (the names are case sensitive)
  • Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as user.js
    Otherwise Windows may add a hidden .txt file extension and you end up with a not working user.js.txt file
Pročitajte ovaj odgovor sa objašnjenjem 👍 1

All Replies (2)

more options

Sorry, I have never seen an add-on like that. Feel free to look yourself.

https://addons.mozilla.org/en-US/firefox/

more options

Odabrano rješenje

Easiest is to set the preferred default engine to the preferred search engine via the user.js file in the Firefox profile folder by copying the related user_pref() line to this file.

The user.js file is read each time Firefox is started and initializes preferences to the value specified in this file, so preferences set via user.js can only be changed temporarily for the current session.

You can search the about:config page for browser.search. to locate the pref(s) that you need.

  • user_pref("browser.search.defaultenginename", "Google");

You can use this button to go to the currently used Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
  • Create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
  • Use a plain text editor like Notepad to create a (new) user.js file in this folder (the names are case sensitive)
  • Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as user.js
    Otherwise Windows may add a hidden .txt file extension and you end up with a not working user.js.txt file