blocking comments on eater.com
Just wanted to document the tiniest little mod for eater.com. Unfortunately the new york-based stories attract absolutely awful commenters so I had turned to Stylish + shutup.css to block them. A new site design caused that to stop working, so I dug through the html and found the class I needed to block. Created a new style and wrote this:
.c-comments
{
display: none;
}
and it works! Thank you, Stylish.
.c-comments
{
display: none;
}
and it works! Thank you, Stylish.