Merge branch 'bstable'

This commit is contained in:
ccd0 2019-09-15 21:33:39 -07:00
commit a64bb57ffd
2 changed files with 6 additions and 3 deletions

View File

@ -23,6 +23,9 @@
### v1.14.13 ### 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)] **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. - Move most of the pass message text to the wiki where we can let anyone edit it.

View File

@ -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) ->