Created
November 20, 2015 17:03
-
-
Save iglvzx/49367e4c3ca61c3139fb to your computer and use it in GitHub Desktop.
Stylish - Twitter - Show Full URLs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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