diff --git a/CHANGELOG.md b/CHANGELOG.md index 76c99d3b4..eb4ef7c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ### v1.13.14 +**v1.13.14.2** *(2017-10-23)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.14.2/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.14.2/builds/4chan-X-noupdate.crx)] +- Fix bottom backlinks related error. + **v1.13.14.1** *(2017-10-23)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.14.1/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.14.1/builds/4chan-X-noupdate.crx)] - Bugfix: hide OP bottom backlinks in catalog mode. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index 10f6bd62a..8008db6dc 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 ea203fbb7..d2c3d9c0c 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.13.14.1 +// @version 1.13.14.2 // @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 cb55bca9d..618c19caa 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.13.14.1 +// @version 1.13.14.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -159,7 +159,7 @@ docSet = function() { }; g = { - VERSION: '1.13.14.1', + VERSION: '1.13.14.2', NAMESPACE: '4chan X.', boards: {} }; @@ -23640,7 +23640,7 @@ QuoteBacklink = (function() { secondNode: function() { var container; if (this.isClone && (this.origin.isReply || Conf['OP Backlinks'])) { - this.nodes.backlinkContainer = $('.container', this.nodes.info); + this.nodes.backlinkContainer = $('.container', this.nodes.post); return; } if (!(this.isReply || Conf['OP Backlinks'])) { diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index 799fe698b..80148ad02 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 dac5b5063..10db31e12 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.13.14.1 +// @version 1.13.14.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -159,7 +159,7 @@ docSet = function() { }; g = { - VERSION: '1.13.14.1', + VERSION: '1.13.14.2', NAMESPACE: '4chan X.', boards: {} }; @@ -23640,7 +23640,7 @@ QuoteBacklink = (function() { secondNode: function() { var container; if (this.isClone && (this.origin.isReply || Conf['OP Backlinks'])) { - this.nodes.backlinkContainer = $('.container', this.nodes.info); + this.nodes.backlinkContainer = $('.container', this.nodes.post); return; } if (!(this.isReply || Conf['OP Backlinks'])) { diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index 013ed4540..7ba974faf 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 24369b095..6f24968e1 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.13.14.1 +// @version 1.13.14.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 57eebd881..4a750a299 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.13.14.1 +// @version 1.13.14.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -159,7 +159,7 @@ docSet = function() { }; g = { - VERSION: '1.13.14.1', + VERSION: '1.13.14.2', NAMESPACE: '4chan X.', boards: {} }; @@ -23640,7 +23640,7 @@ QuoteBacklink = (function() { secondNode: function() { var container; if (this.isClone && (this.origin.isReply || Conf['OP Backlinks'])) { - this.nodes.backlinkContainer = $('.container', this.nodes.info); + this.nodes.backlinkContainer = $('.container', this.nodes.post); return; } if (!(this.isReply || Conf['OP Backlinks'])) { diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index 049b5fb8b..0f45985f1 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 e680ab4df..5c07f90de 100644 --- a/builds/updates-beta.json +++ b/builds/updates-beta.json @@ -3,7 +3,7 @@ "4chan-x@4chan-x.net": { "updates": [ { - "version": "1.13.14.1", + "version": "1.13.14.2", "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 fbb584487..75c296a41 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 deee2a90b..3267cf23a 100644 --- a/builds/updates.json +++ b/builds/updates.json @@ -3,7 +3,7 @@ "4chan-x@4chan-x.net": { "updates": [ { - "version": "1.13.14.1", + "version": "1.13.14.2", "update_link": "https://www.4chan-x.net/builds/4chan-X.crx" } ] diff --git a/builds/updates.xml b/builds/updates.xml index e1a59ed7c..ed077f9d0 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index 1fe382fca..a481257e2 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.13.14.1", - "date": "2017-10-23T06:04:23.520Z" + "version": "1.13.14.2", + "date": "2017-10-23T07:39:46.463Z" } \ No newline at end of file