diff --git a/CHANGELOG.md b/CHANGELOG.md index 22daae111..8f7422e7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index c60543917..980bc08b0 100644 Binary files a/builds/4chan-X-beta.crx and b/builds/4chan-X-beta.crx differ diff --git a/builds/4chan-X-beta.meta.js b/builds/4chan-X-beta.meta.js index 500cffd9b..e83d79d1b 100644 --- a/builds/4chan-X-beta.meta.js +++ b/builds/4chan-X-beta.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X beta -// @version 1.14.13.3 +// @version 1.14.13.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X-beta.user.js b/builds/4chan-X-beta.user.js index 3c1158a19..f66de22f7 100644 --- a/builds/4chan-X-beta.user.js +++ b/builds/4chan-X-beta.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X beta -// @version 1.14.13.3 +// @version 1.14.13.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -211,7 +211,7 @@ docSet = function() { }; g = { - VERSION: '1.14.13.3', + VERSION: '1.14.13.4', NAMESPACE: '4chan X.', sites: Object.create(null), boards: Object.create(null) @@ -7848,7 +7848,7 @@ SW = {}; }, comment: '.body', spoiler: '.spoiler', - quotelink: 'a[onclick^="highlightReply("]', + quotelink: 'a[onclick*="highlightReply("]', catalog: { board: '#Grid', thread: '.mix', @@ -7872,8 +7872,8 @@ SW = {}; replyContainer: 'div[starts-with(@id,"reply_")]' }, regexp: { - quotelink: /\/([^\/]+)\/res\/(\d+)\.\w+#(\d+)$/, - quotelinkHTML: /]*\bhref="[^"]*\/([^\/]+)\/res\/(\d+)\.\w+#(\d+)"/g + quotelink: /\/([^\/]+)\/res\/(\d+)(?:\.\w+)?#(\d+)$/, + quotelinkHTML: /]*\bhref="[^"]*\/([^\/]+)\/res\/(\d+)(?:\.\w+)?#(\d+)"/g }, Build: { parseJSON: function(data, board) { diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index 89183e616..cfd959049 100644 Binary files a/builds/4chan-X-noupdate.crx and b/builds/4chan-X-noupdate.crx differ diff --git a/builds/4chan-X-noupdate.user.js b/builds/4chan-X-noupdate.user.js index 0e5acd8d7..e00d1e68e 100644 --- a/builds/4chan-X-noupdate.user.js +++ b/builds/4chan-X-noupdate.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.14.13.3 +// @version 1.14.13.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -211,7 +211,7 @@ docSet = function() { }; g = { - VERSION: '1.14.13.3', + VERSION: '1.14.13.4', NAMESPACE: '4chan X.', sites: Object.create(null), boards: Object.create(null) @@ -7848,7 +7848,7 @@ SW = {}; }, comment: '.body', spoiler: '.spoiler', - quotelink: 'a[onclick^="highlightReply("]', + quotelink: 'a[onclick*="highlightReply("]', catalog: { board: '#Grid', thread: '.mix', @@ -7872,8 +7872,8 @@ SW = {}; replyContainer: 'div[starts-with(@id,"reply_")]' }, regexp: { - quotelink: /\/([^\/]+)\/res\/(\d+)\.\w+#(\d+)$/, - quotelinkHTML: /]*\bhref="[^"]*\/([^\/]+)\/res\/(\d+)\.\w+#(\d+)"/g + quotelink: /\/([^\/]+)\/res\/(\d+)(?:\.\w+)?#(\d+)$/, + quotelinkHTML: /]*\bhref="[^"]*\/([^\/]+)\/res\/(\d+)(?:\.\w+)?#(\d+)"/g }, Build: { parseJSON: function(data, board) { diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index a140d2556..8e3552832 100644 Binary files a/builds/4chan-X.crx and b/builds/4chan-X.crx differ diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js index 032bfcf21..70358f2ac 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.14.13.3 +// @version 1.14.13.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 5dd364855..5b3403a24 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.14.13.3 +// @version 1.14.13.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -211,7 +211,7 @@ docSet = function() { }; g = { - VERSION: '1.14.13.3', + VERSION: '1.14.13.4', NAMESPACE: '4chan X.', sites: Object.create(null), boards: Object.create(null) @@ -7848,7 +7848,7 @@ SW = {}; }, comment: '.body', spoiler: '.spoiler', - quotelink: 'a[onclick^="highlightReply("]', + quotelink: 'a[onclick*="highlightReply("]', catalog: { board: '#Grid', thread: '.mix', @@ -7872,8 +7872,8 @@ SW = {}; replyContainer: 'div[starts-with(@id,"reply_")]' }, regexp: { - quotelink: /\/([^\/]+)\/res\/(\d+)\.\w+#(\d+)$/, - quotelinkHTML: /]*\bhref="[^"]*\/([^\/]+)\/res\/(\d+)\.\w+#(\d+)"/g + quotelink: /\/([^\/]+)\/res\/(\d+)(?:\.\w+)?#(\d+)$/, + quotelinkHTML: /]*\bhref="[^"]*\/([^\/]+)\/res\/(\d+)(?:\.\w+)?#(\d+)"/g }, Build: { parseJSON: function(data, board) { diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index 2825ebf6c..151eb734a 100644 Binary files a/builds/4chan-X.zip and b/builds/4chan-X.zip differ diff --git a/builds/updates-beta.json b/builds/updates-beta.json index e6af805b1..ba00ab639 100644 --- a/builds/updates-beta.json +++ b/builds/updates-beta.json @@ -3,7 +3,7 @@ "4chan-x@4chan-x.net": { "updates": [ { - "version": "1.14.13.3", + "version": "1.14.13.4", "update_link": "https://www.4chan-x.net/builds/4chan-X-beta.crx" } ] diff --git a/builds/updates-beta.xml b/builds/updates-beta.xml index cdfb4cec1..75a0f46eb 100644 --- a/builds/updates-beta.xml +++ b/builds/updates-beta.xml @@ -1,7 +1,7 @@ - + diff --git a/builds/updates.json b/builds/updates.json index c2d5c0a62..3e15e0b6d 100644 --- a/builds/updates.json +++ b/builds/updates.json @@ -3,7 +3,7 @@ "4chan-x@4chan-x.net": { "updates": [ { - "version": "1.14.13.3", + "version": "1.14.13.4", "update_link": "https://www.4chan-x.net/builds/4chan-X.crx" } ] diff --git a/builds/updates.xml b/builds/updates.xml index 8cf06dc19..1192b5438 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index 11b9f809a..7805726b1 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.14.13.3", - "date": "2019-09-06T05:30:27.973Z" + "version": "1.14.13.4", + "date": "2019-09-16T04:30:03.698Z" } \ No newline at end of file