Created
October 20, 2014 00:27
-
-
Save v21/6bb97cc8f4047849723e to your computer and use it in GitHub Desktop.
Write-only Twitter
This file contains hidden or 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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("twitter.com") { | |
#timeline | |
{ | |
display:none; | |
} | |
.DashboardProfileCard-stats, .DashboardProfileCard-userFields, .DashboardProfileCard-avatarLink, .DashboardProfileCard-bg | |
{ | |
display:none; | |
} | |
.people, .topics, div.pull-right > div:nth-child(1) | |
{ | |
display:none; | |
} | |
.trends, .wtf-module | |
{ | |
display:none!important; | |
} | |
.ProfileWTFAndTrends, .ProfileNav | |
{ | |
display:none; | |
} | |
.new:before | |
{ | |
content : ""!important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment