Skip to content

Instantly share code, notes, and snippets.

@martijnvermaat
Last active August 29, 2015 14:03
Show Gist options
  • Save martijnvermaat/9f1d9d6664cfa23eb177 to your computer and use it in GitHub Desktop.
Save martijnvermaat/9f1d9d6664cfa23eb177 to your computer and use it in GitHub Desktop.
Hide comments on Losse Veter (losseveter.nl)
/*
* 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