Skip to content

Instantly share code, notes, and snippets.

@iglvzx
Created November 20, 2015 17:03
Show Gist options
  • Save iglvzx/49367e4c3ca61c3139fb to your computer and use it in GitHub Desktop.
Save iglvzx/49367e4c3ca61c3139fb to your computer and use it in GitHub Desktop.
Stylish - Twitter - Show Full URLs
/* Stylish ruleset to show full URLs in tweets on Twitter. */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("twitter.com") {
.tweet a .invisible {
font-size: inherit !important;
width: inherit !important;
}
.tweet a .tco-ellipsis {
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment