Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Disable "Search with Google", browser.urlbar.unifiedcomplete False no longer working

more options

I would like to totally get rid of the blue bar that pops up under the address bar. Previously, setting browser.urlbar.unifiedcomplete to False did the trick. I found that solution in this article https://www.askvg.com/tip-remove-search-with-google-and-visit-website-options-from-firefox-addressbar-results/ Now on Firefox 75 I realized it's not working. The blue bar shows up if doing a search, using a URL shortcut (alias) or doing a quick search. It's add no value to me and is just clutter. I've been using Firefox since it's release in the early 2000s and the plain jane address/search bar has always worked for me. How can I get rid of the blue bar?

I would like to totally get rid of the blue bar that pops up under the address bar. Previously, setting browser.urlbar.unifiedcomplete to False did the trick. I found that solution in this article https://www.askvg.com/tip-remove-search-with-google-and-visit-website-options-from-firefox-addressbar-results/ Now on Firefox 75 I realized it's not working. The blue bar shows up if doing a search, using a URL shortcut (alias) or doing a quick search. It's add no value to me and is just clutter. I've been using Firefox since it's release in the early 2000s and the plain jane address/search bar has always worked for me. How can I get rid of the blue bar?
已附加屏幕截图

所有回复 (1)

more options

Hi droidekas, the blue bar is simply explanatory: it tells you what Firefox will do if you press Enter or click the Go button at this moment. I understand when you say that experienced users don't need this information.

There hasn't been a browser.urlbar.unifiedcomplete preference since Firefox 47, so perhaps you were using a custom style rule in a userChrome.css file to hide that top row of the drop-down in recent years?

I know I provided code for that in the past, but the new bar design in Firefox 75 may have obsoleted it. I think this might be the update to remove the top row, but I haven't tested for a while:

  #urlbar-results .urlbarView-row:first-of-type {
    display:none !important;
  }