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.

How to hide the url zoom button in Firefox?

  • 3 respostas
  • 14 têm este problema
  • 16 visualizações
  • Última resposta de cor-el

more options

How to hide the zoom reset button in url in Firefox? Is there some generic built in way to disable this button?

How to hide the zoom reset button in url in Firefox? Is there some generic built in way to disable this button?
Capturas de tela anexadas

Alterado por Shablagoon em

Solução escolhida

You can look at the CTR extension.

Look at the setting(s) in the CTR Options/Preferences here:

  • CTR Options Location Bar (1): "Hide zoom button (if present)"

For a solution with userChrome.css/stylish, also see:

Ler esta resposta 👍 1

Todas as respostas (3)

more options

Solução escolhida

You can look at the CTR extension.

Look at the setting(s) in the CTR Options/Preferences here:

  • CTR Options Location Bar (1): "Hide zoom button (if present)"

For a solution with userChrome.css/stylish, also see:

more options

Is there another way to remove it without installing additional add-ons? Its very annoying in small monitors, where you need to use zoom every time and optimize the screen space.

more options

You can alternatively do this with code in userChrome.css without using an extension like I posted here:

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

#urlbar-zoom-button {display:none!important}