diff --git a/home/programs/firefox/userContent.css b/home/programs/firefox/userContent.css index d379c1e..66c6b24 100644 --- a/home/programs/firefox/userContent.css +++ b/home/programs/firefox/userContent.css @@ -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;