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!