Skip to content

Instantly share code, notes, and snippets.

@pjxiao
Last active September 25, 2020 12:39
Show Gist options
  • Save pjxiao/9be0c5d7dffc48522eb12bdaf88883c6 to your computer and use it in GitHub Desktop.
Save pjxiao/9be0c5d7dffc48522eb12bdaf88883c6 to your computer and use it in GitHub Desktop.
User CSSes
/* ==UserStyle==
@name b.hatena.ne.jp
@namespace gist.github.com/pjxiao
@version 1.0.0
@description Don't let b.hatena annoy me
@author pjxiao
==/UserStyle== */
@-moz-document url-prefix("https://b.hatena.ne.jp/entry/") {
.entry-relationContents,
.entry-hotentry,
.entry-pager .entry-pager-container,
.navi-body,
.footer-category {
visibility: hidden;
}
}
@-moz-document url("https://b.hatena.ne.jp/"), url-prefix("https://b.hatena.ne.jp/hotentry/") {
#container {
display: none;
}
}
/* ==UserStyle==
@name wikipedia.org
@namespace gist.github.com/pjxiao
@version 1.0.0
@description I donate to them every year
@author pjxiao
==/UserStyle== */
@-moz-document domain("wikipedia.org") {
/* dismiss request for donation */
#frb-inline,
#frb-nag,
.frb-main
{
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment