the search box dosn't work on homepage
when I type something in the search box on the homepage and hit search, nothing happens
所有回复 (3)
Hey gencoglu,
You can try deleting search.sqlite and search.json in the Firefox Profile folder. There is also this article about search issues that might help.
Hopefully this helps!
由Matt_G于
If you are talking about the search container on the default about:home page under the Firefox logo ...
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);}
If the search bar isn't working then reset the browser.startup.homepage_override.mstone pref to the default via the right-click context menu.
Close and restart Firefox.