Hacker News new | ask | show | jobs
by rmurri 992 days ago
I don't know about TST, but sidebery can alter your window title when it's active, so you can match css rules against it.

    #main-window[titlepreface*="Sidebery"] #TabsToolbar {
      visibility: collapse !important;
    }
1 comments

Oh heck! That's rad. I'll have to play around with that. I use sidebery so this is aces. Thank you!