Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How can I stop Firefox from suggesting I add a website's search option to my browser's search bar?

more options

I find it annoying that on any site with a search function, the Firefox search bar suggests adding that search protocol. I simply want to use the search I've chosen, and I'm not interested in adding more!

I find it annoying that on any site with a search function, the Firefox search bar suggests adding that search protocol. I simply want to use the search I've chosen, and I'm not interested in adding more!

All Replies (1)

more options

Firefox displays the option if it finds a tag in the page advertising the availability of a search plugin. I don't see a setting to turn off the detection and simply ignore that tag. Maybe someone else is aware of such a setting, or an add-on.


Meanwhile, it is possible to use a custom style rule to hide that bar on the drop-down panel. For example:

#PopupSearchAutoComplete .addengine-item {
  display: none !important;
}

You can apply custom style rules to Firefox's interface using either the Stylish extension or a userChrome.css file. I'm heading out for a bit but if you don't get a better answer and decide to try this approach, another volunteer or I can explain the steps.