diff --git a/CHANGELOG.md b/CHANGELOG.md index 062b3efa3..34bd633bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ ### v1.14.13 +**v1.14.13.4** *(2019-09-16)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.13.4/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.13.4/builds/4chan-X-noupdate.crx)] +- Update for quotelink changes on kissu.moe. + **v1.14.13.3** *(2019-09-06)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.13.3/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.13.3/builds/4chan-X-noupdate.crx)] - Move most of the pass message text to the wiki where we can let anyone edit it. diff --git a/src/site/SW.tinyboard.coffee b/src/site/SW.tinyboard.coffee index b456bceac..2d43c0654 100644 --- a/src/site/SW.tinyboard.coffee +++ b/src/site/SW.tinyboard.coffee @@ -95,7 +95,7 @@ SW.tinyboard = catalog: ' > .thread' comment: '.body' spoiler: '.spoiler' - quotelink: 'a[onclick^="highlightReply("]' + quotelink: 'a[onclick*="highlightReply("]' catalog: board: '#Grid' thread: '.mix' @@ -123,12 +123,12 @@ SW.tinyboard = ([^/]+) # boardID /res/ (\d+) # threadID - \.\w+# + (?:\.\w+)?# (\d+) # postID $ /// quotelinkHTML: - /]*\bhref="[^"]*\/([^\/]+)\/res\/(\d+)\.\w+#(\d+)"/g + /]*\bhref="[^"]*\/([^\/]+)\/res\/(\d+)(?:\.\w+)?#(\d+)"/g Build: parseJSON: (data, board) ->