Last active
August 29, 2015 14:03
-
-
Save martijnvermaat/9f1d9d6664cfa23eb177 to your computer and use it in GitHub Desktop.
Hide comments on Losse Veter (losseveter.nl)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Hide comments on Losse Veter (losseveter.nl) | |
* | |
* Most of the user comments on Losse Veter are either racist or zealot | |
* epistels about doping. With this Firefox setting, you can enjoy just | |
* the track and field news. | |
* | |
* Edit this file and copy it as userContent.css into your Firefox | |
* profile-directory/chrome/ | |
*/ | |
@-moz-document domain(losseveter.nl) { | |
#comments, | |
.recent-comments, | |
.aside-comments, | |
article footer li.social-shares + li { | |
display: none !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment