Ko tenda hembiapoite sa’ivéta oñemba’apokuévo hese hembiapo porãve hag̃ua. Peteĩ jehaipyre nomoĩporãiramo ne apañuái ha eporanduséramo, roguerekohína ore nepytyvõ rekoha ikatútava ndeykeko @FirefoxSupport Twitter-pe ha avei /r/firefox Reddit-pe.

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

I would like to change the text in the address bar from "Search with *engine* or enter address" to something else. How would i go about doing this?

  • 1 Mbohovái
  • 1 oguereko ko apañuái
  • 1 Hecha
  • Mbohovái ipaháva cor-el

more options

I prefer only using the search bar for looking things up, and this omnibar crap isn't what i prefer. I turned off being able to search in the address bar in about:config, but it still displays the text "Search with DuckDuckGo or enter address". How do i change this to what i want it to display?

I prefer only using the search bar for looking things up, and this omnibar crap isn't what i prefer. I turned off being able to search in the address bar in about:config, but it still displays the text "Search with DuckDuckGo or enter address". How do i change this to what i want it to display?
Mba’erechaha japyhypyre oñondivegua

Opaite Mbohovái (1)

more options

I don't think it is possible to change the text, but you can hide the text with code in userChrome.css.


/* URLBAR - placeholder */
#urlbar *|input::placeholder {opacity:.3 !important} /*{opacity:0 !important}*/
#urlbar *|input:focus::placeholder {opacity:0 !important}