diff options
| -rw-r--r-- | source/features/hide-low-quality-comments.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/hide-low-quality-comments.tsx b/source/features/hide-low-quality-comments.tsx index e50a83ba..0c4c8531 100644 --- a/source/features/hide-low-quality-comments.tsx +++ b/source/features/hide-low-quality-comments.tsx @@ -62,7 +62,7 @@ function init(): void | false { // Ensure that they're not by VIPs (owner, collaborators, etc) // TODO: use :has() const comment = commentText.closest('.js-timeline-item')!; - if (select.exists('.timeline-comment-label', comment)) { + if (select.exists('.Label', comment)) { continue; } |
