Release 4chan X v1.14.19.4.

This commit is contained in:
ccd0 2020-06-11 02:29:27 -07:00
parent 5791268d7c
commit 510603e8f2
15 changed files with 20 additions and 17 deletions

View File

@ -4,6 +4,9 @@
### v1.14.19 ### v1.14.19
**v1.14.19.4** *(2020-06-11)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.19.4/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.19.4/builds/4chan-X-noupdate.crx)]
- Update Twitch embedding.
**v1.14.19.3** *(2020-05-24)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.19.3/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.19.3/builds/4chan-X-noupdate.crx)] **v1.14.19.3** *(2020-05-24)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.19.3/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.19.3/builds/4chan-X-noupdate.crx)]
- Fix videos not being prefetched properly by prefetch button. #2601 - Fix videos not being prefetched properly by prefetch button. #2601
- Link former Samachan users to SushiChan with one-time notification. - Link former Samachan users to SushiChan with one-time notification.

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X beta // @name 4chan X beta
// @version 1.14.19.3 // @version 1.14.19.4
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X beta // @name 4chan X beta
// @version 1.14.19.3 // @version 1.14.19.4
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
@ -218,7 +218,7 @@ docSet = function() {
}; };
g = { g = {
VERSION: '1.14.19.3', VERSION: '1.14.19.4',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
sites: Object.create(null), sites: Object.create(null),
boards: Object.create(null) boards: Object.create(null)
@ -17168,7 +17168,7 @@ Embedding = (function() {
el: function(a) { el: function(a) {
var el, m, time, url; var el, m, time, url;
m = a.dataset.uid.match(/(\w+)(?:\/v\/(\d+))?/); m = a.dataset.uid.match(/(\w+)(?:\/v\/(\d+))?/);
url = "//player.twitch.tv/?" + (m[2] ? "video=v" + m[2] : "channel=" + m[1]) + "&autoplay=false"; url = "//player.twitch.tv/?" + (m[2] ? "video=v" + m[2] : "channel=" + m[1]) + "&autoplay=false&parent=" + location.hostname;
if ((time = a.dataset.href.match(/\bt=(\w+)/))) { if ((time = a.dataset.href.match(/\bt=(\w+)/))) {
url += "&time=" + time[1]; url += "&time=" + time[1];
} }

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.14.19.3 // @version 1.14.19.4
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
@ -218,7 +218,7 @@ docSet = function() {
}; };
g = { g = {
VERSION: '1.14.19.3', VERSION: '1.14.19.4',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
sites: Object.create(null), sites: Object.create(null),
boards: Object.create(null) boards: Object.create(null)
@ -17168,7 +17168,7 @@ Embedding = (function() {
el: function(a) { el: function(a) {
var el, m, time, url; var el, m, time, url;
m = a.dataset.uid.match(/(\w+)(?:\/v\/(\d+))?/); m = a.dataset.uid.match(/(\w+)(?:\/v\/(\d+))?/);
url = "//player.twitch.tv/?" + (m[2] ? "video=v" + m[2] : "channel=" + m[1]) + "&autoplay=false"; url = "//player.twitch.tv/?" + (m[2] ? "video=v" + m[2] : "channel=" + m[1]) + "&autoplay=false&parent=" + location.hostname;
if ((time = a.dataset.href.match(/\bt=(\w+)/))) { if ((time = a.dataset.href.match(/\bt=(\w+)/))) {
url += "&time=" + time[1]; url += "&time=" + time[1];
} }

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.14.19.3 // @version 1.14.19.4
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.14.19.3 // @version 1.14.19.4
// @minGMVer 1.14 // @minGMVer 1.14
// @minFFVer 26 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
@ -218,7 +218,7 @@ docSet = function() {
}; };
g = { g = {
VERSION: '1.14.19.3', VERSION: '1.14.19.4',
NAMESPACE: '4chan X.', NAMESPACE: '4chan X.',
sites: Object.create(null), sites: Object.create(null),
boards: Object.create(null) boards: Object.create(null)
@ -17168,7 +17168,7 @@ Embedding = (function() {
el: function(a) { el: function(a) {
var el, m, time, url; var el, m, time, url;
m = a.dataset.uid.match(/(\w+)(?:\/v\/(\d+))?/); m = a.dataset.uid.match(/(\w+)(?:\/v\/(\d+))?/);
url = "//player.twitch.tv/?" + (m[2] ? "video=v" + m[2] : "channel=" + m[1]) + "&autoplay=false"; url = "//player.twitch.tv/?" + (m[2] ? "video=v" + m[2] : "channel=" + m[1]) + "&autoplay=false&parent=" + location.hostname;
if ((time = a.dataset.href.match(/\bt=(\w+)/))) { if ((time = a.dataset.href.match(/\bt=(\w+)/))) {
url += "&time=" + time[1]; url += "&time=" + time[1];
} }

Binary file not shown.

View File

@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": { "4chan-x@4chan-x.net": {
"updates": [ "updates": [
{ {
"version": "1.14.19.3", "version": "1.14.19.4",
"update_link": "https://www.4chan-x.net/builds/4chan-X-beta.crx" "update_link": "https://www.4chan-x.net/builds/4chan-X-beta.crx"
} }
] ]

View File

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?> <?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'> <gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='lacclbnghgdicfifcamcmcnilckjamag'> <app appid='lacclbnghgdicfifcamcmcnilckjamag'>
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.14.19.3' /> <updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.14.19.4' />
</app> </app>
</gupdate> </gupdate>

View File

@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": { "4chan-x@4chan-x.net": {
"updates": [ "updates": [
{ {
"version": "1.14.19.3", "version": "1.14.19.4",
"update_link": "https://www.4chan-x.net/builds/4chan-X.crx" "update_link": "https://www.4chan-x.net/builds/4chan-X.crx"
} }
] ]

View File

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?> <?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'> <gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='lacclbnghgdicfifcamcmcnilckjamag'> <app appid='lacclbnghgdicfifcamcmcnilckjamag'>
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.14.19.3' /> <updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.14.19.4' />
</app> </app>
</gupdate> </gupdate>

View File

@ -1,4 +1,4 @@
{ {
"version": "1.14.19.3", "version": "1.14.19.4",
"date": "2020-05-24T18:10:36.839Z" "date": "2020-06-11T08:21:51.865Z"
} }