Skip to content

Instantly share code, notes, and snippets.

@temach
Last active January 14, 2021 05:15
Show Gist options
  • Save temach/bd01d22ac68a22f9013bd7bf75a2350c to your computer and use it in GitHub Desktop.
Save temach/bd01d22ac68a22f9013bd7bf75a2350c to your computer and use it in GitHub Desktop.
Stylish css style to read HPMOR japanese translation https://fanficfanfic.tumblr.com/toc
@-moz-document domain("fanficfanfic.tumblr.com") {
body header .description {
display: none;
}
body header #portrait {
display: none;
}
#logo {
display: none;
}
body header #nav li a {
display: none;
}
body header.sidebar {
width: auto;
}
#search {
display: none;
}
.social-icons {
display: none;
}
body footer {
display: none !important;
}
.hidden-xs {
display: none !important;
}
.col-md-4 {
width: 10%;
}
.col-md-8 {
width: 90%;
}
.container {
max-width: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment