Skip to content

Instantly share code, notes, and snippets.

@icecreammatt
Created December 21, 2022 08:55
Show Gist options
  • Save icecreammatt/ce73aa7e9e140e370e7d0798429e3ffe to your computer and use it in GitHub Desktop.
Save icecreammatt/ce73aa7e9e140e370e7d0798429e3ffe to your computer and use it in GitHub Desktop.
/* Hide Top Tabs */
#TabsToolbar { visibility: collapse !important; }
/* Cleanup treestyle tab 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;
}
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none;
}
.tab {
margin-left: 1px;
margin-right: 1px;
}
/* Hide Bookmark Button in URL bar */
#pageActionButton,
#star-button-box,
#star-button { display: none !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment