Update for quotelink changes on kissu.moe.
This commit is contained in:
parent
0e69c69128
commit
e2fdce996c
@ -95,7 +95,7 @@ SW.tinyboard =
|
|||||||
catalog: ' > .thread'
|
catalog: ' > .thread'
|
||||||
comment: '.body'
|
comment: '.body'
|
||||||
spoiler: '.spoiler'
|
spoiler: '.spoiler'
|
||||||
quotelink: 'a[onclick^="highlightReply("]'
|
quotelink: 'a[onclick*="highlightReply("]'
|
||||||
catalog:
|
catalog:
|
||||||
board: '#Grid'
|
board: '#Grid'
|
||||||
thread: '.mix'
|
thread: '.mix'
|
||||||
@ -123,12 +123,12 @@ SW.tinyboard =
|
|||||||
([^/]+) # boardID
|
([^/]+) # boardID
|
||||||
/res/
|
/res/
|
||||||
(\d+) # threadID
|
(\d+) # threadID
|
||||||
\.\w+#
|
(?:\.\w+)?#
|
||||||
(\d+) # postID
|
(\d+) # postID
|
||||||
$
|
$
|
||||||
///
|
///
|
||||||
quotelinkHTML:
|
quotelinkHTML:
|
||||||
/<a [^>]*\bhref="[^"]*\/([^\/]+)\/res\/(\d+)\.\w+#(\d+)"/g
|
/<a [^>]*\bhref="[^"]*\/([^\/]+)\/res\/(\d+)(?:\.\w+)?#(\d+)"/g
|
||||||
|
|
||||||
Build:
|
Build:
|
||||||
parseJSON: (data, board) ->
|
parseJSON: (data, board) ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user