From b257cd2d6ad2534d95119a8cf27c841ab3a8457e Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 7 Jul 2019 21:36:35 -0700 Subject: [PATCH] Don't parse posts and threads added by quote hover on Tinyboard/vichan sites. --- src/site/SW.tinyboard.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/SW.tinyboard.coffee b/src/site/SW.tinyboard.coffee index 307614a99..345ffbd33 100644 --- a/src/site/SW.tinyboard.coffee +++ b/src/site/SW.tinyboard.coffee @@ -68,10 +68,10 @@ SW.tinyboard = selectors: board: 'form[name="postcontrols"]' - thread: 'div[id^="thread_"]:not([data-cached="yes"])' + thread: 'input[name="board"] ~ div[id^="thread_"]' threadDivider: 'div[id^="thread_"] > hr:last-of-type' summary: '.omitted' - postContainer: '.reply' # postContainer is thread for OP + postContainer: 'div[id^="reply_"]:not(.hidden)' # postContainer is thread for OP opBottom: '.op' infoRoot: '.intro' info: