Hide promoted posts on reddit

This commit is contained in:
Daniel Siepmann 2022-03-31 09:55:02 +02:00
parent 32df656e75
commit 61b7c19a2a
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -9,6 +9,13 @@
background-color: #2E3436 !important;
}
}
@-moz-document url("www.reddit.com") {
.promotedlink {
display: none;
}
}
@-moz-document domain(drewdevault.com) {
body {
color: #d3d7cf;