Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

turn off duplicate 'as I type' line

  • 3 Antworten
  • 1 hat dieses Problem
  • 24 Aufrufe
  • Letzte Antwort von anev942

more options

As I type in the address bar a duplicate line 'search with' appears below.. really annoying. Is there a way to turn off- 68.0.2 (64 bit) what is its purpose?

As I type in the address bar a duplicate line 'search with' appears below.. really annoying. Is there a way to turn off- 68.0.2 (64 bit) what is its purpose?
Angefügte Screenshots

Ausgewählte Lösung

Add code to the userChrome.css file above the default @namespace line. Note that the urlbar is in HTML namespace and thus this code needs be placed above the XUL @namespace line.


#urlbar-results #urlbarView-row-0 {display:none !important} /*hide first row*/
#urlbarView-results {padding:0 !important} /*hide empty drop down*/

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
Diese Antwort im Kontext lesen 👍 0

Alle Antworten (3)

more options

Hi anev942, the top line of the address bar drop-down shows what Firefox will do if you submit the address bar contents at that point. It's informational. In this case it makes clear that your search will be sent to Bing. If you use autofill or keywords, then you would see more variations in the information.

Not useful? It seems you might have turned off all the kinds of suggestions that normally appear below that line, such as:

  • Bookmark matches
  • History matches
  • Open Tab matches
  • Search engine suggestions

Do you want to hide the whole drop-down? The easiest method is to set it to show a maximum of zero rows:

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

(2) In the search box above the list, type or paste URLB and pause while the list is filtered

(3) Double-click the browser.urlbar.maxRichResults preference, change from 10 to 0, then click OK

more options

Ausgewählte Lösung

Add code to the userChrome.css file above the default @namespace line. Note that the urlbar is in HTML namespace and thus this code needs be placed above the XUL @namespace line.


#urlbar-results #urlbarView-row-0 {display:none !important} /*hide first row*/
#urlbarView-results {padding:0 !important} /*hide empty drop down*/

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
more options

whoa.. awesome : tried both and either suggestions work! THANKS! Modding about config switch (config switch image) or adding code to the userchrome file (userchrome image). Only difference is visually the about config switch visually adds the drop down start line below address bar, Even though no added lines shown.

Now to try and mark both suggestions as helpful! edit can only mark one, using the user chrome code but to the next person either suggestion works THANKS again Mark

Geändert am von anev942