Patreon - Hide Comments

Hides the comments on Patreon creator posts. Designed to alleviate stress.

От 17.04.2021. Виж последната версия.

/* ==UserStyle==
@name         Patreon - Hide Comments
@namespace    http://tampermonkey.net/
@version      1.0.0
@description  Hides the comments on Patreon creator posts. Designed to alleviate stress.
@author       XerBlade
@homepage     https://greasyfork.org/en/users/761164-xerblade
==/UserStyle== */

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

    .UQSDB {
        display: none;
    }

}