Skip to content

Instantly share code, notes, and snippets.

@v21
Created October 20, 2014 00:27
Show Gist options
  • Save v21/6bb97cc8f4047849723e to your computer and use it in GitHub Desktop.
Save v21/6bb97cc8f4047849723e to your computer and use it in GitHub Desktop.
Write-only Twitter
@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