Skip to content

Instantly share code, notes, and snippets.

@an9er
Created December 8, 2016 01:30
Show Gist options
  • Save an9er/1c8f1ffcfdb463036f7e54c8d069cd26 to your computer and use it in GitHub Desktop.
Save an9er/1c8f1ffcfdb463036f7e54c8d069cd26 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.douban.com") {
#db-nav-sns {
visibility: hidden;
height: 0px;
}
.global-nav {
visibility: hidden;
}
.aside{
display: none;
}
.tabs{
display: none;
}
#comments{
display: none;
}
#footer {
display: none;
}
.sns-bar {
visibility: hidden;
}
.note {
font-size: 16px;
line-height: 1.62;
font-family: Arial,Helvetica,sans-serif;
word-wrap: break-word;
white-space: pre-wrap;
width: 100%;
overflow: hidden;
margin-top: 10px;
}
div.wrapper {
width: 950px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment