為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

How to get rid of drop down search bar?

more options

I rarely update Firefox because something always breaks. Today I upgraded from v60 to v72.0.1 - and something broke

I'll probably get the names of these things wrong, but with my older version, I typed the url that I am looking for in the "address bar" and everything worked great.

But now with v72, when I start typing in the address bar, I get a big blue bar at the top of the page with a little google icon in it that says "search with google". The characters that I type in the address bar are echoed in the blue bar that has appeared.

In Options / Search I have:

     the radio button selected for "use the address bar for search and navigation"
     google is my default, and oniy search engine
     I have unchecked Provide Search Suggestions
     I have no "one-click search engines" selected
     

I do not want this blue drop down bar. Not ever. How do I get rid of this drop down thing? I also have a new annoying little "Whats New" icon in my tool bar, and I don't see how to get rid of that either?

Thanks

I rarely update Firefox because something always breaks. Today I upgraded from v60 to v72.0.1 - and something broke I'll probably get the names of these things wrong, but with my older version, I typed the url that I am looking for in the "address bar" and everything worked great. But now with v72, when I start typing in the address bar, I get a big blue bar at the top of the page with a little google icon in it that says "search with google". The characters that I type in the address bar are echoed in the blue bar that has appeared. In Options / Search I have: the radio button selected for "use the address bar for search and navigation" google is my default, and oniy search engine I have unchecked Provide Search Suggestions I have no "one-click search engines" selected I do not want this blue drop down bar. Not ever. How do I get rid of this drop down thing? I also have a new annoying little "Whats New" icon in my tool bar, and I don't see how to get rid of that either? Thanks

所有回覆 (1)

more options

Hi dmcentee To Disable search in URL bar: Type (or paste) about:config in the address bar and press Enter select "Accept the Risk and Continue" Type (or paste) keyword.enabled in the search bar at the top On the entry line, Toggle it's value to False by clicking the Toggle button at the right. Do the same with browser.fixup.alternate.enabled and browser.urlbar.suggest.searches Then close and restart Firefox. ______________________________________________________________

Regarding the "What's New" icon, when you click on it it will remove itself from your toolbar until some new News is available. Alternatively, you can remove it from your tool bar in the Customize palette. Otherwise: Remove "What's New" gift icon from Firefox toolbar and main menu

1. Type (or paste) about:config in the address bar and press Enter. Click the "Accept the Risk and Continue" button.

2. Type (or paste) whats-new in the Search filter box and look for the preference:

  • browser.newtabpage.activity-stream.asrouter.providers.whats-new-panel

3. Double-click the preference and it'll enter into Edit mode where you can change its value. Alternatively, you can click on the Edit icon next to the preference value to edit it.

The default value of the preference is set to as following:

   {"id":"whats-new-panel","enabled":true,"type":"remote-settings","bucket":"whats-new-panel","updateCycleInMs":3600000}

Change "enabled":true to "enabled":false in the value field which will make the value string as following:

   {"id":"whats-new-panel","enabled":false,"type":"remote-settings","bucket":"whats-new-panel","updateCycleInMs":3600000}

You'll need to restart Firefox to apply changes.