Release 4chan X v1.14.20.6.

This commit is contained in:
ccd0 2021-01-14 22:59:28 -08:00
parent 4ae2924a15
commit 76b867d2f3
15 changed files with 22 additions and 19 deletions

View File

@ -4,6 +4,9 @@
### v1.14.20
**v1.14.20.6** *(2021-01-15)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.20.6/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.20.6/builds/4chan-X-noupdate.crx)]
- Userscript only: Add Youtube to Tampermonkey XHR domain whitelist to stop annoying permission popups.
**v1.14.20.5** *(2021-01-14)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.20.5/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.20.5/builds/4chan-X-noupdate.crx)]
- (ihavenoface) Use native oembed for youtube link titles. Fixes "Forbidden or Private" on YouTube embeds.

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.14.20.5
// @version 1.14.20.6
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -99,7 +99,7 @@
// @connect soundcloud.com
// @connect api.streamable.com
// @connect vimeo.com
// @connect noembed.com
// @connect www.youtube.com
// @connect *
// @grant GM_getValue
// @grant GM_setValue

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.14.20.5
// @version 1.14.20.6
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -99,7 +99,7 @@
// @connect soundcloud.com
// @connect api.streamable.com
// @connect vimeo.com
// @connect noembed.com
// @connect www.youtube.com
// @connect *
// @grant GM_getValue
// @grant GM_setValue
@ -219,7 +219,7 @@ docSet = function() {
};
g = {
VERSION: '1.14.20.5',
VERSION: '1.14.20.6',
NAMESPACE: '4chan X.',
sites: Object.create(null),
boards: Object.create(null)

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.14.20.5
// @version 1.14.20.6
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -99,7 +99,7 @@
// @connect soundcloud.com
// @connect api.streamable.com
// @connect vimeo.com
// @connect noembed.com
// @connect www.youtube.com
// @connect *
// @grant GM_getValue
// @grant GM_setValue
@ -219,7 +219,7 @@ docSet = function() {
};
g = {
VERSION: '1.14.20.5',
VERSION: '1.14.20.6',
NAMESPACE: '4chan X.',
sites: Object.create(null),
boards: Object.create(null)

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.14.20.5
// @version 1.14.20.6
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -99,7 +99,7 @@
// @connect soundcloud.com
// @connect api.streamable.com
// @connect vimeo.com
// @connect noembed.com
// @connect www.youtube.com
// @connect *
// @grant GM_getValue
// @grant GM_setValue

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.14.20.5
// @version 1.14.20.6
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -99,7 +99,7 @@
// @connect soundcloud.com
// @connect api.streamable.com
// @connect vimeo.com
// @connect noembed.com
// @connect www.youtube.com
// @connect *
// @grant GM_getValue
// @grant GM_setValue
@ -219,7 +219,7 @@ docSet = function() {
};
g = {
VERSION: '1.14.20.5',
VERSION: '1.14.20.6',
NAMESPACE: '4chan X.',
sites: Object.create(null),
boards: Object.create(null)

Binary file not shown.

View File

@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": {
"updates": [
{
"version": "1.14.20.5",
"version": "1.14.20.6",
"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'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.14.20.5' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.14.20.6' />
</app>
</gupdate>

View File

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

View File

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

View File

@ -1,4 +1,4 @@
{
"version": "1.14.20.5",
"date": "2021-01-14T04:06:02.224Z"
"version": "1.14.20.6",
"date": "2021-01-15T06:56:17.947Z"
}