Skip to content

Instantly share code, notes, and snippets.

@yusukesaitoh
Created May 15, 2023 13:10
Show Gist options
  • Save yusukesaitoh/c97631e0050311dbc5de489dc30c8fea to your computer and use it in GitHub Desktop.
Save yusukesaitoh/c97631e0050311dbc5de489dc30c8fea to your computer and use it in GitHub Desktop.
StylusにコピペするとTwitterのおすすめタブが隠れるCSS
@-moz-document url-prefix(https://twitter.com/home) {
div[data-testid^="ScrollSnap-List"] > div:first-child {
width: 0px;
flex-grow: 0;
visibility: hidden;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment