為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

How do I remove the tabs from the top?

  • 4 回覆
  • 137 有這個問題
  • 307 次檢視
  • 最近回覆由 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.

被選擇的解決方法

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; }
從原來的回覆中察看解決方案 👍 5

所有回覆 (4)

more options

選擇的解決方法

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; }

由 Mkll 於 修改

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?