Comment by muppetman

Comment by muppetman 11 hours ago

1 reply

I want to love sidebery but how do you stop seeing multiple tab strips, one down the side and one at the top. It's such a repeat/waste of space. Otherwise it has amazing features

diggan 10 hours ago

> how do you stop seeing multiple tab strips

Easy, change the userChrome.css to this:

    $ cat ~/.mozilla/firefox/$profile.default/chrome/userChrome.css

    #main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
      opacity: 0;
      pointer-events: none;
    }
    #main-window:not([tabsintitlebar="true"]) #TabsToolbar {
        visibility: collapse !important;
    }
Replace "$profile.default" in the path with your actual profile.