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://greatest.deepsurf.us/en/users/761164-xerblade
@namespace https://greatest.deepsurf.us/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;
}
}