This is a collection of dotfiles and scripts for my bspwm setup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
628 B

@-moz-document url(about:blank) {
html > body:empty {
background-color: #2a2a2e !important;
}
}
@-moz-document domain("boards.4chan.org") {
/* Hide unnecessary elements */
#bannerCnt { display: none; }
form[name=post] { display: none; }
hr.aboveMidAd { display: none; }
hr.abovePostForm { display: none; }
#toggleMsgBtn { display: none; }
#globalMessage { display: none; }
.middlead.center { display: none !important; }
.adg-rects.desktop { display: none; }
#op.desktop { display: none; }
#absbot { display: none; }
/* Make posts the full width */
.postContainer.replyContainer .post.reply { width: 100% }
}