How can I make Google my search engine on the Mozilla homepage?
Somehow the search engine of Google om my Mozilla homepage changed to Yahoo (not in the search bar, there it is still Google). How can I get it back on Google?
被采纳的解决方案
Change the about:home search engine back to Google.
With the about:home homepage showing:
Firefox button > Web Developer -> Scratchpad -
copy and paste this script into Scratchpad > then hit Execute > Run
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);}定位到答案原位置 👍 0
所有回复 (4)
hi there, go to the google website. then drag the address bar to the home icon..just drag the address in the yellow circle to the home icon and then you are set.
由Vishnu Shaji于
This makes Google my starting page. But that is not what I want. I want to keep the Mozilla startingpage, but with the Google searchengine (like it normally is).
选择的解决方案
Change the about:home search engine back to Google.
With the about:home homepage showing:
Firefox button > Web Developer -> Scratchpad -
copy and paste this script into Scratchpad > then hit Execute > Run
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);}
yes!!! Thank you! This works!