Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

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

  • 2 отговора
  • 1 има този проблем
  • 25 изгледи
  • Последен отговор от 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.

Всички отговори (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