This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

How do I change my about:home search engine from Yahoo?

  • 3 replies
  • 2 have this problem
  • 12 views
  • Last reply by cor-el

more options

Well, I upgraded Firefox to 14.0 and I changed my homepage to the new "about:home" page, the one witch has a Firefox icon, below a textbox to do a search, and below that the buttons to access your favorites, downloads and etc. When I do a search on that textbox, it goes to Yahoo, and I wanted Google! I just hate Yahoo. How do I do that? Thank you.

Well, I upgraded Firefox to 14.0 and I changed my homepage to the new "about:home" page, the one witch has a Firefox icon, below a textbox to do a search, and below that the buttons to access your favorites, downloads and etc. When I do a search on that textbox, it goes to Yahoo, and I wanted Google! I just hate Yahoo. How do I do that? Thank you.

All Replies (3)

more options

Reset the browser.startup.homepage_override.mstone pref via the right-click context menu to the default on the about:config page and close and restart Firefox to restore the about:home page to its default.

  1. Open the about:config page via the location bar
  2. Type in the Filter bar: mstone
  3. Right-click the browser.startup.homepage_override.mstone line and select: Reset
  4. Close and restart Firefox

If this didn't help then delete the delete the chromeappsstore.sqlite file in the Firefox Profile Folder and repeat the above.

more options

See if this works to reset that about:home search engine back to Google.

With the about:home page loaded, paste this in the Location Bar and hit Enter.

 
javascript:{localStorage["search-engine"]="{\"name\":\"Google\",\"searchUrl\":\"http://www.google.com/search?q=_searchTerms_&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a\"}";void(0);}
 
more options

Note that the code only changes the name and URL and doesn't restore the icon and other parameters in local storage, so it is better to reset the browser.startup.homepage_override.mstone as the preferred method to reset the about:home page.