Como a preferência browser.urlbar.unifiedcomplete
acabou, tentei brincar com as outras preferências, mas não consegui me livrar da irritante sugestão "Visite ...".
Aqui estão as soluções que encontrei:
userChrome.css
Isso é o que estou usando e funciona bem para mim.
If you want to list 10 entries, change 'browser.urlbar.maxRichResults' in about:config to 11 and then use the following lines in userChrome.css:
#PopupAutoCompleteRichResult richlistitem:first-of-type[actiontype="searchengine"],
#PopupAutoCompleteRichResult richlistitem[actiontype="visiturl"] { visibility:collapse !important; }
#PopupAutoCompleteRichResult .autocomplete-richlistbox {
height: auto !important;
max-height: calc(31px * 10) !important;
}
If you don't already have a userChrome.css file, you'll also need to add the following lines at the top of the file:
/* Do not remove the @namespace line -- it's required for correct functioning */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
Fonte: link
Resultado:
Elegante
VocêtambémpodeconseguirissousandooestiloStylish.
InstallStylish
Install the URL Bar Tweaks - Remove Visit/Search & Scroll bar style
Fonte: link