Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Funkcjonalność tej witryny będzie ograniczona w czasie konserwacji. Jeśli artykuł nie rozwiązuje twojego problemu i chcesz zadać pytanie, to nasza społeczność wsparcia jest dostępna na @FirefoxSupport na Twitterze i /r/firefox na Reddicie.

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

The "make font size of address bar bigger add-on worked until It upgraded itself - now it doesn't work

  • 3 odpowiedzi
  • 5 osób ma ten problem
  • 5 wyświetleń
  • Ostatnia odpowiedź od cor-el

more options

THIS IS REALLY BAD. The stupid thing updated itself and screwed itself completely. I HATE UPDATES.

The add on called MAKE ADDRESS BAR FONT SIZE BIGGER does not work any more since it offered an upgrade which I stupidly agreed to.

How do I get the fonts bigger again in the firefox address bar?

THIS IS REALLY BAD. The stupid thing updated itself and screwed itself completely. I HATE UPDATES. The add on called MAKE ADDRESS BAR FONT SIZE BIGGER does not work any more since it offered an upgrade which I stupidly agreed to. How do I get the fonts bigger again in the firefox address bar?

Wszystkie odpowiedzi (3)

more options

Version information says it is good through Firefox 3.5 through 10.*

I would find it hard to believe that it would be incompatible with other versions.

You don't really need an extension. You could do that with a style. But then the "Stylish" extension is large if you have only one style

more options

What did that mean?

I thought I stated the problem VERY clearly. The font SIZE is now the original tiny size JUST LIKE BEFORE the FIRST TIME I installed the "Make address bar font size bigger" add-on

NOW AFTER THE ADD-ON SUGGESTED AN UPGRADE (AND I DID THE UPGRADE) IT IS SMALL AGAIN. THIS REALLY SUCKS. WHO NEEDS UPGRADES THAT SCREW THINGS UP ANYWAY?

Is there something I may change in the registry? It would be so much easier than asking questions that get wierd answers. No fuss no muss my ass.

more options

You do not need an extension.
You can easily do that with code in userChrome.css


Add code to userChrome.css below the default @namespace line.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


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

#urlbar *, #search-container *, #FindToolbar * { font-size:11pt!important; }

#urlbar .textbox-input-box,
#search-container,
#FindToolbar .textbox-input-box { font-size:11pt!important; font-family:"DejaVu Sans Mono"; }