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!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

How do I disable suggestions below URL address bar as I type?

  • 7 réponses
  • 6 ont ce problème
  • 16 vues
  • Dernière réponse par foolinux

more options

I unchecked everything in address bar suggestions in the privacy settings. Went into the search settings and unchecked provide search suggestions as well. I tried to eliminate all search engines for "One Click Search Engines" but wasn't allowed to eliminate all of them. Also went in about:config and set to false the autofill and autocomplete for firefox URL browser lines. The "awesome bar" still mirrors everything below the address bar that I type in the URL address bar. This is new to version 65 and annoying.

I unchecked everything in address bar suggestions in the privacy settings. Went into the search settings and unchecked provide search suggestions as well. I tried to eliminate all search engines for "One Click Search Engines" but wasn't allowed to eliminate all of them. Also went in about:config and set to false the autofill and autocomplete for firefox URL browser lines. The "awesome bar" still mirrors everything below the address bar that I type in the URL address bar. This is new to version 65 and annoying.

Solution choisie

hi, support for the browser.urlbar.autocomplete.enabled preference got removed in firefox 65 unfortunately.

as a workaround you could try creating a userChrome.css file with the following content in order to hide the addressbar dropdown-menu:

#PopupAutoCompleteRichResult {

  display: none!important;

}

https://www.userchrome.org/how-create-userchrome-css.html

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (7)

more options

Solution choisie

hi, support for the browser.urlbar.autocomplete.enabled preference got removed in firefox 65 unfortunately.

as a workaround you could try creating a userChrome.css file with the following content in order to hide the addressbar dropdown-menu:

#PopupAutoCompleteRichResult {

  display: none!important;

}

https://www.userchrome.org/how-create-userchrome-css.html

more options

Worked. Thanks!

more options

horrible design decision, now I have to make changes outside the application? Starting to feel like some Microsoft employees are working here at Mozilla nowadays..

more options

And on top of sticking users with a regression for no good reason, they give you completely misleading advice.

The right way is:

user_pref("browser.urlbar.maxRichResults", 0);

more options

foolinux said

And on top of sticking users with a regression for no good reason, they give you completely misleading advice. The right way is: user_pref("browser.urlbar.maxRichResults", 0);

Thankyou worked for me

more options

foolinux said

And on top of sticking users with a regression for no good reason, they give you completely misleading advice.

Really  ? The advice that was given by philipp worked for the OP of this thread ......

more options

So it did. That does not contradict the fact that it is misleading.

Ubuntu forums are pretty much 100% filled with answers like this. I think you know what I mean.

I do want to apologize for the bit about Mozilla misleading their users. I didn't realize at that time the advice had been given by a volunteer.