diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a0540268..8bed60084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## v1.14.0 +**v1.14.0.8** *(2018-02-17)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.0.8/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.0.8/builds/4chan-X-noupdate.crx)] +- Possible workaround for Cloudflare 503 issue. #1746 +- Strawpoll embedding update. + **v1.14.0.7** *(2018-02-09)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.0.7/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.0.7/builds/4chan-X-noupdate.crx)] - Merge v1.13.15.9: Fix 404 redirection on error pages without doctype. #1811 diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index d2f6c5219..6306bc310 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 4c3771186..92137699e 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.0.7 +// @version 1.14.0.8 // @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 fbd3382d4..ecbd66722 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.0.7 +// @version 1.14.0.8 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -157,7 +157,7 @@ docSet = function() { }; g = { - VERSION: '1.14.0.7', + VERSION: '1.14.0.8', NAMESPACE: '4chan X.', boards: {} }; @@ -4533,6 +4533,7 @@ $ = (function() { return (lastModified[whenModified] || (lastModified[whenModified] = {}))[url] = r.getResponseHeader('Last-Modified'); }); } + r.withCredentials = true; $.extend(r, options); $.extend(r.upload, upCallbacks); $.on(r, 'error', function() { @@ -15478,7 +15479,7 @@ Embedding = (function() { style: 'border: 0; width: 600px; height: 406px;', el: function(a) { return $.el('iframe', { - src: "//www.strawpoll.me/embed_1/" + a.dataset.uid + src: "https://www.strawpoll.me/embed_1/" + a.dataset.uid }); } }, { diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index 0d0c06322..fd5f9fcc5 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 70ee14c2a..a49d1e6a9 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.0.7 +// @version 1.14.0.8 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -157,7 +157,7 @@ docSet = function() { }; g = { - VERSION: '1.14.0.7', + VERSION: '1.14.0.8', NAMESPACE: '4chan X.', boards: {} }; @@ -4533,6 +4533,7 @@ $ = (function() { return (lastModified[whenModified] || (lastModified[whenModified] = {}))[url] = r.getResponseHeader('Last-Modified'); }); } + r.withCredentials = true; $.extend(r, options); $.extend(r.upload, upCallbacks); $.on(r, 'error', function() { @@ -15478,7 +15479,7 @@ Embedding = (function() { style: 'border: 0; width: 600px; height: 406px;', el: function(a) { return $.el('iframe', { - src: "//www.strawpoll.me/embed_1/" + a.dataset.uid + src: "https://www.strawpoll.me/embed_1/" + a.dataset.uid }); } }, { diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index 1a4ab568e..8f6369a10 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 e8ee4976f..922bc8f94 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.14.0.7 +// @version 1.14.0.8 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 4b3872f13..7ab424e14 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.14.0.7 +// @version 1.14.0.8 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -157,7 +157,7 @@ docSet = function() { }; g = { - VERSION: '1.14.0.7', + VERSION: '1.14.0.8', NAMESPACE: '4chan X.', boards: {} }; @@ -4533,6 +4533,7 @@ $ = (function() { return (lastModified[whenModified] || (lastModified[whenModified] = {}))[url] = r.getResponseHeader('Last-Modified'); }); } + r.withCredentials = true; $.extend(r, options); $.extend(r.upload, upCallbacks); $.on(r, 'error', function() { @@ -15478,7 +15479,7 @@ Embedding = (function() { style: 'border: 0; width: 600px; height: 406px;', el: function(a) { return $.el('iframe', { - src: "//www.strawpoll.me/embed_1/" + a.dataset.uid + src: "https://www.strawpoll.me/embed_1/" + a.dataset.uid }); } }, { diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index bd0d54b68..d9562aaf6 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 294887db5..d82ce55e6 100644 --- a/builds/updates-beta.json +++ b/builds/updates-beta.json @@ -3,7 +3,7 @@ "4chan-x@4chan-x.net": { "updates": [ { - "version": "1.14.0.7", + "version": "1.14.0.8", "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 f0762dbc3..109f3fc49 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 24d958b8b..2786dc409 100644 --- a/builds/updates.json +++ b/builds/updates.json @@ -3,7 +3,7 @@ "4chan-x@4chan-x.net": { "updates": [ { - "version": "1.14.0.7", + "version": "1.14.0.8", "update_link": "https://www.4chan-x.net/builds/4chan-X.crx" } ] diff --git a/builds/updates.xml b/builds/updates.xml index 7eab451b4..cc6f9b5a1 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index 041302a3c..c3fd73f87 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.14.0.7", - "date": "2018-02-09T18:49:55.978Z" + "version": "1.14.0.8", + "date": "2018-02-17T18:33:47.380Z" } \ No newline at end of file