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!

搜尋 Mozilla 技術支援網站

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

Learn More

Get rid of "This Time Search With.

more options

I hate the "This time, search with" in the URL bar. When I want to search, I use the Search bar for that. I don't need extra icons that I'm not going to use taking up space in the URL bar. I've seen it suggested that they can be removed in the Search options page. But when I've tried that, it also removes them from the Search bar.

Here's what I want: for the URL bar to only have space for a URL, no "This time, search with" nonsense, but the Search bar left completely intact, with all the search engines I use.

I hate the "This time, search with" in the URL bar. When I want to search, I use the Search bar for that. I don't need extra icons that I'm not going to use taking up space in the URL bar. I've seen it suggested that they can be removed in the Search options page. But when I've tried that, it also removes them from the Search bar. Here's what I want: for the URL bar to only have space for a URL, no "This time, search with" nonsense, but the Search bar left completely intact, with all the search engines I use.
附加的畫面擷圖

被選擇的解決方法

Currently, there is no way to remove that row of icons only from the address bar drop-down and not from the search bar drop-down.

You can use custom style rules in an optional userChrome.css file to hide the row, but this won't actually remove it, so it would become a "Bermuda triangle" for the selection bar if you arrow key into that area. I guess since you aren't showing any suggestions from bookmarks or history, arrowing down isn't a likely scenario.

If that sounds okay:

Have you already created a userChrome.css file? You would add this rule:

  #urlbar .search-one-offs:not([hidden]) {
    display: none !important;
  }

If it's your first time, I or another support volunteer can lay out the steps.

從原來的回覆中察看解決方案 👍 1

所有回覆 (5)

more options

選擇的解決方法

Currently, there is no way to remove that row of icons only from the address bar drop-down and not from the search bar drop-down.

You can use custom style rules in an optional userChrome.css file to hide the row, but this won't actually remove it, so it would become a "Bermuda triangle" for the selection bar if you arrow key into that area. I guess since you aren't showing any suggestions from bookmarks or history, arrowing down isn't a likely scenario.

If that sounds okay:

Have you already created a userChrome.css file? You would add this rule:

  #urlbar .search-one-offs:not([hidden]) {
    display: none !important;
  }

If it's your first time, I or another support volunteer can lay out the steps.

more options

Thanks! That worked perfectly!

more options

Okay, this no longer works. Ever since the most recent Firefox update, those annoying "This time search" icons are back. The userChrome.css is still there; it's just not working.

more options

Do you mean it's not working in Firefox 88 (current release) or in Firefox 89-90 (beta/Developer/Nightly)? It should still work in Firefox 88, but there are major UI changes in Firefox 89-90 that I haven't tested yet.

In case some preferences got reset in your profile, double-check this preference:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

(2) In the search box in the page, type or paste toolkit.legacyUserProfileCustomizations.stylesheets and pause while the list is filtered

(3) If the preference has its default value of false, double-click it to switch the value to true

more options

Thanks. Shortly after I posted this, I found that someplace else on the web. Firefox had changed my custom settings. Again. I really wish these updates wouldn't do that.

But thanks, that right there was exactly what solved the problem.