Don't parse posts and threads added by quote hover on Tinyboard/vichan sites.
This commit is contained in:
parent
58d01e78aa
commit
b257cd2d6a
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user