Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

How do I get the old search box back again - follow up question

  • 2 réponses
  • 1 a ce problème
  • 25 vues
  • Dernière réponse par Randy

more options

I'm also noticing this green "+" sign next to the search bar - how do I get rid of that? Thanks.

I'm also noticing this green "+" sign next to the search bar - how do I get rid of that? Thanks.

Toutes les réponses (2)

more options

If the website offers a search engine then you will notice a green plus next to the search engine icon and an "Add..." item in the search engine menu that opens if you click this button.

See my post here:


userChrome.css:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

.searchbar-search-button {
  list-style-image: url("chrome://browser/skin/search-indicator.png") !important;
}

If you want to revert changes made to the search bar and have the standalone search engine manager window then you can toggle this pref to false with a middle-click on the about:config page.

  • browser.search.showOneOffButtons = false

Close and restart Firefox to make the change effective.

more options

Hello -

Thank you very much for your reply and assistance.

Randy