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?
Zvolené řešení
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);}Přečíst dotaz v kontextu 👍 0
Všechny odpovědi (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.
Upravil uživatel Vishnu Shaji dne
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).
Zvolené řešení
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!