Patreon - Hide Comments

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

目前为 2023-09-19 提交的版本。查看 最新版本

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

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

    div[data-tag="content-card-comment-thread-container"], div[data-tag="post-details"] ~ div {
        display: none;
    }

}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址