Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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


> 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.


Thanks!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: