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?
Soluzione scelta
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);}Leggere questa risposta nel contesto 👍 0
Tutte le risposte (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.
Modificato da Vishnu Shaji il
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).
Soluzione scelta
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!