Skip to content

Instantly share code, notes, and snippets.

@aheahead
aheahead / b.hatena.ne.jp.css
Last active November 30, 2019 23:28
はてブのダークモード
html {
background-color: #151515;
filter: invert(90%);
}
img {
filter: invert(90%);
}
.entrylist-contents-thumb {
filter: invert(90%);
@aheahead
aheahead / 2chan_rmsp.css
Last active August 29, 2015 14:03
某掲示板のフッタースペース削除
iframe,#ufm {
display:none!important;
}
div[target="_blank"] {
display:none!important;
}
div[align="center"] {
display:none!important;
}