Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

Learn More

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

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 válasz
  • 1 embernek van ilyen problémája
  • 11 megtekintés
  • Utolsó üzenet ettől: 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?
Csatolt képernyőmentések

Összes válasz (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}