diff options
-rw-r--r-- | crocoite/data/click.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crocoite/data/click.js b/crocoite/data/click.js index f6f2852..354abc5 100644 --- a/crocoite/data/click.js +++ b/crocoite/data/click.js @@ -57,6 +57,12 @@ const sites = Object.freeze ([ /* expand comment thread */ {s: 'ytd-comment-thread-renderer div.more-button', flags: selectorFlag.none}, ], + }, { + hostname: /^www\.patreon\.com$/i, + selector: [ + /* load more content */ + {s: 'div[display=flex] div[display=block] button[color=gray][type=button]', flags: selectorFlag.multi}, + ], } ]); |