FF 65 - Dropdown Toolbar?

User Help for Mozilla Firefox
Post Reply
m.rumble
Posts: 16
Joined: January 29th, 2019, 1:55 pm

FF 65 - Dropdown Toolbar?

Post by m.rumble »

Updated to FF65. Now whenever I type something into the address bar I get this drop down toolbar "search with" that has a bunch of buttons "google, wordpress, etc". How do I turn this completely off. I see only two option available, search in address bar or add search window to address bar. I'd like to turn it off. Thanks.

Edit: Just noticed you can remove all of the search buttons EXCEPT Google. If Google could be removed, maybe the drop down toolbar would be gone?

Sidenote: Why do they have to keep changing the way FF appears to the user. Just improve the stuff under the hood and leave the UI alone!
User avatar
DanRaisch
Moderator
Posts: 127188
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: FF 65 - Dropdown Toolbar?

Post by DanRaisch »

Moving to Firefox Support.

Have you tried turning off Search Suggestions under Tools->Options->Search->uncheck "Provide Search Suggestions?"
Agent virtuel
Posts: 110
Joined: January 27th, 2019, 2:58 am

Re: FF 65 - Dropdown Toolbar?

Post by Agent virtuel »

Hello

https://support.mozilla.org/bm/questions/1248199

For ma part, chosen solution

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

#PopupAutoCompleteRichResult {

display: none!important;

}
m.rumble
Posts: 16
Joined: January 29th, 2019, 1:55 pm

Re: FF 65 - Dropdown Toolbar?

Post by m.rumble »

Thanks for that code. It works perfectly.
Now I just need a few lines that will move my Tabs below the Address Bar!
Post Reply