Crunchyroll + VRV - Hide Comments

Hides the comments on Crunchyroll and VRV shows. Avoid the temptation to look and inevitably stress out!

/* ==UserStyle==
@name         Crunchyroll + VRV - Hide Comments
@version      2.0.0
@description  Hides the comments on Crunchyroll and VRV shows. Avoid the temptation to look and inevitably stress out!
@author       XerBlade
@homepage     https://greasyfork.org/en/users/761164-xerblade
@namespace https://greasyfork.org/users/761164
==/UserStyle== */

@-moz-document domain("crunchyroll.com") {

.series-reviews-section,
.commenting-wrapper {
    display: none;
}
}

@-moz-document url-prefix("https://vrv.co/watch/") {
.comments-container,
a.tab-button[href='#comments'] {
    display: none;
}
}