Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

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 do I remove the tabs from the top?

  • 4 respostas
  • 137 têm este problema
  • 307 visualizações
  • Última resposta de cor-el

more options

How do I remove the tabs from the top. I am using Tree Style Tab addon, so I have the tabs on the right side. Don't need the ones at the top.

I am using the brand new Firefox.

How do I remove the tabs from the top. I am using Tree Style Tab addon, so I have the tabs on the right side. Don't need the ones at the top. I am using the brand new Firefox.

Solução escolhida

The API for this is not yet implemented, but you can use a userChrome.css style to do the same thing. Add this to your userChrome.css file:

  1. #tabbrowser-tabs { visibility: collapse !important; }
Ler esta resposta 👍 5

Todas as respostas (4)

more options

Solução escolhida

The API for this is not yet implemented, but you can use a userChrome.css style to do the same thing. Add this to your userChrome.css file:

  1. #tabbrowser-tabs { visibility: collapse !important; }

Alterado por Mkll em

more options

Will this also work to place the tabs underneath rather than above? I was able to do this with previous Firefox but now that's all been changed again. The last time Firefox updated, I stayed away for two years. Hope I don't have to do this again.

If it will work, please explain what you are recommending. I don't understand how to do this:

   userChrome.css file:
   #tabbrowser-tabs { visibility: collapse !important; } 

Can I assume this is for Firefox, even though it says Chrome?

Sorry for my ignorance, but better to admit it than do nothing!

more options

This answer is too complex. There must be a simpler way of removing them. The other answer to "click on firefox button in upper left hand corner then click on options. There are no options on my macbook pro version.

more options

Hi backpackerbill

On Mac you need to open the Preferences instead of Options to make changes to settings, but that won't help with the Tab bar.

Are you using an extension to have the tabs in the sidebar and to you want to hide the regular Tab bar above the Navigation Toolbar?