Patreon - Hide Comments

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

目前为 2024-09-14 提交的版本。查看 最新版本

  1. /* ==UserStyle==
  2. @name Patreon - Hide Comments
  3. @namespace http://tampermonkey.net/
  4. @version 3.0.1
  5. @description Hides the comments on Patreon creator posts. Designed to alleviate stress.
  6. @author XerBlade
  7. @license GPL-3.0
  8. ==/UserStyle== */
  9.  
  10. @-moz-document domain("patreon.com") {
  11.  
  12. div[data-tag="content-card-comment-thread-container"], div[data-tag="post-details"] ~ div {
  13. display: none;
  14. }
  15.  
  16. }

QingJ © 2025

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