/* ==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 @downloadURL https://update.greasyfork.org/scripts/425169/Crunchyroll%20%2B%20VRV%20-%20Hide%20Comments.user.css @updateURL https://update.greasyfork.org/scripts/425169/Crunchyroll%20%2B%20VRV%20-%20Hide%20Comments.meta.css ==/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; } }