Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Kuaave

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

  • 2 Mbohovái
  • 1 oguereko ko apañuái
  • 25 Hecha
  • Mbohovái ipaháva 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.

Opaite Mbohovái (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