Skip to content

Instantly share code, notes, and snippets.

@Saturate
Created October 6, 2023 13:44
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 Saturate/4e48d8910e7e6060c9887833e82e6802 to your computer and use it in GitHub Desktop.
Save Saturate/4e48d8910e7e6060c9887833e82e6802 to your computer and use it in GitHub Desktop.
Twitter Titles for link CSS
[data-testid="card.layoutLarge.media"] a[aria-label]::after {
content: "Title: " attr(aria-label);
display: block;
position: relative;
color: #fff;
padding: 1em;
margin: 0 0 1.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment