Changing autocomplete behavior - Firefox

From MozillaZine Knowledge Base
Revision as of 20:36, 27 February 2005 by Unarmed (talk | contribs) (How to remove the dropdown button)
Jump to navigationJump to search

The address bar and search bar both have autocomplete dropdowns that appear with a list of previously entered data. To remove them, you will need to edit your config files.

In userChrome.css, add the following line:

#PopupAutoComplete > .autocomplete-tree { display: none !important; }

If you also want to remove the dropdown button at the far right of the address bar, add the following line:

.autocomplete-history-dropmarker { display: none !important; }

To retain some autocomplete functionality, you may want to enable inline autocomplete.