Skip to content

Instantly share code, notes, and snippets.

@brenes
Created April 30, 2015 10:09
Show Gist options
  • Select an option

  • Save brenes/def02dc1fde2b5ce2e39 to your computer and use it in GitHub Desktop.

Select an option

Save brenes/def02dc1fde2b5ce2e39 to your computer and use it in GitHub Desktop.
Stylish Stylesheet for twitter
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("twitter.com") {
# Hiding left sidebar
.dashboard.dashboard-left {
display: none !important;
}
# Wider timeline
#timeline {
width: 100% !important;
}
# Hiding promoted tweets
[data-disclosure-type="promoted"] {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment