Om de ûnderfining foar jo te ferbetterjen is tydlik de funksjonaliteit dan dizze website troch ûnderhâldswurk beheind. Wannear in artikel jo probleem net oplost en jo in fraach stelle wolle, kin ús stipemienskip jo helpe yn @FirefoxSupport op Twitter en /r/firefox op Reddit.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

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

  • 2 antwurd
  • 5 hawwe dit probleem
  • 1 werjefte
  • Lêste antwurd fan 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

Keazen oplossing

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
Dit antwurd yn kontekst lêze 👍 1

Alle antwurden (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

Keazen oplossing

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