something has changed on browser . now when I start ttyping there is a drop down list that I can't get rid of . Includes things like google and twitter also
includes things like twitter or google which I don't use as well as places I have recently visited. I have unchecked show history in search options but still happens in the address bar when I begin typing . This has not happened in years. Why now?and how to make it stop?
Chosen solution
The location bar drop-down list can show history items, bookmarked pages, pages opened in tabs, and search suggestions. You can set what suggestions show when you enter an URL in the location/address bar bar via Options/Preferences -> Privacy
- Location Bar: When using the location bar, suggest:
History
Bookmarks
Open tabs
You can set this pref to false on the about:config page to disable the location/address bar drop-down list.
- browser.urlbar.autocomplete.enabled = false
You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.
Read this answer in context 👍 0All Replies (4)
Chosen Solution
The location bar drop-down list can show history items, bookmarked pages, pages opened in tabs, and search suggestions. You can set what suggestions show when you enter an URL in the location/address bar bar via Options/Preferences -> Privacy
- Location Bar: When using the location bar, suggest:
History
Bookmarks
Open tabs
You can set this pref to false on the about:config page to disable the location/address bar drop-down list.
- browser.urlbar.autocomplete.enabled = false
You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.
Thanks for the suggestion and very interesting references. My problem does not involve autocomplete however, but involves very annoying flashing suggestions for search or use of history which are irrelevant. Normally I do not want any suggestions from the browser and that is the way my browser was set. Using the article I did attempt to modify auto search as well as browser.urlbar suggest history true, and browser .urlbar.suggest bookmarks true. Unfortunately none of these attempts resolved the issue. Hopefully I haven't made it worse.
this problem is not resolved.
Do you mean the search or visit items that appear at the top of the urlbar drop-down list?
Do you want to use autocomplete for the location bar because you can easily disable the drop-down list from opening (browser.urlbar.autocomplete.enabled = false), but it takes more effort to hide these suggestions (code in userChrome.css or Stylish)?