diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e653e990..75d8b32f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ### v1.13.2 +**v1.13.2.4** *(2017-01-05)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.2.4/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.2.4/builds/4chan-X-noupdate.crx)] +- Change is2.4chan.org image links to i.4cdn.org also. + **v1.13.2.3** *(2016-12-21)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.2.3/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.2.3/builds/4chan-X-noupdate.crx)] - Update for new Recaptcha URL. Restores image selection by keyboard. #1234 diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index 766ee8721..fbcad487e 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 acfc38699..ec1eda119 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.2.3 +// @version 1.13.2.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 a0f20aa03..581ee3e93 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.2.3 +// @version 1.13.2.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -148,7 +148,7 @@ docSet = function() { }; g = { - VERSION: '1.13.2.3', + VERSION: '1.13.2.4', NAMESPACE: '4chan X.', boards: {} }; @@ -13215,7 +13215,7 @@ ImageHost = (function() { if (this.isClone) { return; } - if (this.file && (m = this.file.url.match(/^https?:\/\/is\.4chan\.org\/(.*)$/))) { + if (this.file && (m = this.file.url.match(/^https?:\/\/is\d*\.4chan\.org\/(.*)$/))) { this.file.link.hostname = 'i.4cdn.org'; if (this.file.thumbLink) { this.file.thumbLink.hostname = 'i.4cdn.org'; diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index 559ef28ed..f1c7504d7 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 7ca292b22..29bfe9329 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.2.3 +// @version 1.13.2.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -148,7 +148,7 @@ docSet = function() { }; g = { - VERSION: '1.13.2.3', + VERSION: '1.13.2.4', NAMESPACE: '4chan X.', boards: {} }; @@ -13215,7 +13215,7 @@ ImageHost = (function() { if (this.isClone) { return; } - if (this.file && (m = this.file.url.match(/^https?:\/\/is\.4chan\.org\/(.*)$/))) { + if (this.file && (m = this.file.url.match(/^https?:\/\/is\d*\.4chan\.org\/(.*)$/))) { this.file.link.hostname = 'i.4cdn.org'; if (this.file.thumbLink) { this.file.thumbLink.hostname = 'i.4cdn.org'; diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index 03af5017d..9f73bc63b 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 084b84ad7..a2be11822 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.13.2.3 +// @version 1.13.2.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 478de7fe1..85b5c5576 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.13.2.3 +// @version 1.13.2.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -148,7 +148,7 @@ docSet = function() { }; g = { - VERSION: '1.13.2.3', + VERSION: '1.13.2.4', NAMESPACE: '4chan X.', boards: {} }; @@ -13215,7 +13215,7 @@ ImageHost = (function() { if (this.isClone) { return; } - if (this.file && (m = this.file.url.match(/^https?:\/\/is\.4chan\.org\/(.*)$/))) { + if (this.file && (m = this.file.url.match(/^https?:\/\/is\d*\.4chan\.org\/(.*)$/))) { this.file.link.hostname = 'i.4cdn.org'; if (this.file.thumbLink) { this.file.thumbLink.hostname = 'i.4cdn.org'; diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index de5aef3ae..215ea8b6e 100644 Binary files a/builds/4chan-X.zip and b/builds/4chan-X.zip differ diff --git a/builds/updates-beta.xml b/builds/updates-beta.xml index 0ed7af834..489059805 100644 --- a/builds/updates-beta.xml +++ b/builds/updates-beta.xml @@ -1,7 +1,7 @@ - + diff --git a/builds/updates.xml b/builds/updates.xml index d06ba72de..5ddcdfe21 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index fbd6a9908..e440007d0 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.13.2.3", - "date": "2016-12-21T05:38:18.834Z" + "version": "1.13.2.4", + "date": "2017-01-05T11:43:32.003Z" } \ No newline at end of file