Greasy Fork

来自缓存

Greasy Fork is available in English.

Patreon - Hide Comments

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

当前为 2021-04-17 提交的版本,查看 最新版本

/* ==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     http://greasyfork.icu/en/users/761164-xerblade
==/UserStyle== */

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

    .UQSDB {
        display: none;
    }

}