搜尋 Mozilla 技術支援網站

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

了解更多

How do I get rid of tabs bar in Firefox?

more options

With safari, it only shows up when used. It's wasting space. I don't need the tabs bar. I only want the web address bar and bookmarks bar. This will shrink the top of the Firefox browser and leave more space to view web pages. Thanks, Frank

With safari, it only shows up when used. It's wasting space. I don't need the tabs bar. I only want the web address bar and bookmarks bar. This will shrink the top of the Firefox browser and leave more space to view web pages. Thanks, Frank

所有回覆 (3)

more options

Hi, https://addons.mozilla.org/en-GB/firefox/search/?platform=mac&q=hide+tabs Please let us know if this solved your issue or if need further assistance.

由 Shadow110 於 修改

more options

Please see updated previous post as URL was for windows.

Separate Security Issue, please update your Flash 10.0 r45 & Flash 30.0 r0 by removing them with this tool : https://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html Flash Player Version: 30.0.0.134 Current Version https://get.adobe.com/flashplayer/otherversions/ Step 1: Select Operating System Step 2: Select A Version (Firefox, . . . .) Note: Other software is offered in the download. <Windows Only>

more options

I don't think an add-on can hide the entire tab bar yet. You can do it with custom style rules. You would apply them to Firefox's toolbar area using a userChrome.css file. (Most likely those terms are unfamiliar. See https://www.userchrome.org/.)

But I don't know if it's possible to only hide the bar when there is one tab, and make it visible when there is more than one tab. If you don't find a solution for that, I can think of two possible workarounds:

(1) Use an add-on to prevent multiple tabs per window. Each tab would get its own window. https://addons.mozilla.org/firefox/addon/i-hate-tabs-sdi-for-firefox/

Then you would never need the tab bar, except to use the controls that appear on a tab, such as the "mute" button.

(2) Instead of completely hiding the tab bar, use rules that squash it down to a short bar, and then show the full bar when you hover the mouse over a tab.

Example custom style recipe: https://support.mozilla.org/questions/1199921#answer-1065379

Or you could combine #1 and #2.