Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

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

  • 3 respostas
  • 5 têm este problema
  • 5 visualizações
  • Última resposta de 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?

Todas as respostas (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"; }