Skip to content

Instantly share code, notes, and snippets.

@GABeech
Created January 3, 2019 01:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GABeech/056967e72e636a97b96eb046aa4c83db to your computer and use it in GitHub Desktop.
Save GABeech/056967e72e636a97b96eb046aa4c83db to your computer and use it in GitHub Desktop.
Show Controls No Tabs
/* hides the native tabs */
.tabbrowser-tab {
visibility: collapse;
}
.tabs-newtab-button {
visibility: collapse;
}
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment