Skip to content

Instantly share code, notes, and snippets.

@kimitoboku
Created May 12, 2019 12:19
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 kimitoboku/5413cf2b2695396b6bb458254d90cae7 to your computer and use it in GitHub Desktop.
Save kimitoboku/5413cf2b2695396b6bb458254d90cae7 to your computer and use it in GitHub Desktop.
/* タブ非表示 */
.tabbrowser-tab[fadein]:not([pinned]) {
display: none !important;
}
/* 新しいタブを開くボタンの非表示 */
.tabs-newtab-button {
display:none !important;
}
#sidebar-header {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment