Change the location or remove the List All Tabs Button.
Compatibility

Works with: Firefox 3.6+
Background
The List All TabsButton appears by default on the right side of the toolbar and when clicked displays the tabs which are open in that window.
The Tweak
With Firefox 2 came the options of changing where the Close Tab Buttons are displayed along with Tab Overflowand the List All Tabs buttons. By default the List All Tabs Button is on the right side of the tab bar. The button can either be move to the left side of the tab bar or remove the button altogether.
- Moving The Button - To change the location of the List All Tabs button you will need modify your userChrome.css. Add these lines to your userChrome.css file located in your profile folder:
.tabs-alltabs-stack {-moz-box-ordinal-group: 1 !important} .tabbrowser-arrowscrollbox {-moz-box-ordinal-group: 2 !important} .tabs-closebutton-box {-moz-box-ordinal-group: 3 !important}Note: This change will affect the location of the close tab button if the single button at end of bar option is selected on the Close Tab Buttons Tweak.
- Removing The Button - To remove the List All Tabs button
- Firefox 3.6 you will need modify your userChrome.css. Add these lines to your userChrome.css file located in your profile folder:
.tabs-container > stack {display:none!important} - Firefox 4.0 and newer: This button along with the new tab and tab groups buttons can be removed via the customize… option. Right click on the toolbar and select customize…, then
simply grab and drag into the box the buttons you no longer want displayed.
Show All Tabs
Tab Groups Button (Firefox 4 and newer)
Updated: November 15, 2025
