Created
December 21, 2022 08:55
-
-
Save icecreammatt/ce73aa7e9e140e370e7d0798429e3ffe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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