Hide comments from different sites
Yeah, it's not perfect. Maybe I should update description for that.
Maybe using an @exclude for Greasy Forum might be a good idea
the best idea is using Ghostery addon, IMO
Excluded Greasyfork forum and added warning to info.
@trespassersW Ghostery is privacy tool, it's not meant to hide comments on websites. It maybe hides Disqus comments because it loads external javascript, but not others. I made this userscipt originally because there was no good way to install Shutup.css into Firefox.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Be careful using this!
![]()
The css this script links to will wipe out comments on this forum! ... Oops, too late, you can't read this, can you?
To use the css, you need to comment this block which will interfere with other sites using Vanilla as well:
.comments:not(code),
.Comments:not(code),
#comments:not(code),
#Comments:not(code),
... the line that wipes gf.o forum posts is this: .Comments:not(code).
There might be other IDs that interfere, i didn't bother to check it all.