Skip to content

Instantly share code, notes, and snippets.

@miyaoka
Last active June 29, 2021 13:15
Show Gist options
  • Save miyaoka/c302f80a7ccfa7a0b0a7f9ca134e2e14 to your computer and use it in GitHub Desktop.
Save miyaoka/c302f80a7ccfa7a0b0a7f9ca134e2e14 to your computer and use it in GitHub Desktop.
TL上のTwitter画像をフル表示するstyle
a[role="link"]:not([rel]):not([aria-label]):only-of-type > [style] * {
position: relative !important;
padding-bottom: 0 !important;
margin: 0 !important;
}
a[role="link"]:not([rel]):not([aria-label]):only-of-type > [style] img {
opacity: 1 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment