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.