Release 4chan X v1.14.19.2.

This commit is contained in:
ccd0 2020-05-21 13:05:53 -07:00
parent fde01e20f1
commit f326074005
15 changed files with 17 additions and 65 deletions

View File

@ -4,6 +4,9 @@
### v1.14.19
**v1.14.19.2** *(2020-05-21)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.19.2/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.19.2/builds/4chan-X-noupdate.crx)]
- Revert "Add link on recently-departed Samachan to proposed move to SushiChan."
**v1.14.19.1** *(2020-05-19)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.19.1/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.19.1/builds/4chan-X-noupdate.crx)]
- Add link on recently-departed Samachan to proposed move to SushiChan.

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.14.19.1
// @version 1.14.19.2
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -218,7 +218,7 @@ docSet = function() {
};
g = {
VERSION: '1.14.19.1',
VERSION: '1.14.19.2',
NAMESPACE: '4chan X.',
sites: Object.create(null),
boards: Object.create(null)
@ -19846,20 +19846,6 @@ PSA = (function() {
return $.onExists(doc, '.boardBanner', function(banner) {
return $.after(banner, el);
});
},
site: function() {
if (location.hostname === 'samachan.org') {
return $.onExists(doc, '.navbar', function(navbar) {
var link;
link = $.el('a', {
href: 'https://sushigirl.us/yakuza/res/776.html',
target: '_blank',
rel: 'noopener',
textContent: 'Looking for a new home? Some users are regrouping on SushiChan. (a message from 4chan X)'
});
return $.add(navbar, [$.el('br'), link]);
});
}
}
};
@ -27504,9 +27490,6 @@ Main = (function() {
val = Conf[key];
Conf[key] = (ref4 = items[key]) != null ? ref4 : val;
}
try {
PSA.site();
} catch (error1) {}
return Site.init(Main.initFeatures);
});
});

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.14.19.1
// @version 1.14.19.2
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -218,7 +218,7 @@ docSet = function() {
};
g = {
VERSION: '1.14.19.1',
VERSION: '1.14.19.2',
NAMESPACE: '4chan X.',
sites: Object.create(null),
boards: Object.create(null)
@ -19846,20 +19846,6 @@ PSA = (function() {
return $.onExists(doc, '.boardBanner', function(banner) {
return $.after(banner, el);
});
},
site: function() {
if (location.hostname === 'samachan.org') {
return $.onExists(doc, '.navbar', function(navbar) {
var link;
link = $.el('a', {
href: 'https://sushigirl.us/yakuza/res/776.html',
target: '_blank',
rel: 'noopener',
textContent: 'Looking for a new home? Some users are regrouping on SushiChan. (a message from 4chan X)'
});
return $.add(navbar, [$.el('br'), link]);
});
}
}
};
@ -27504,9 +27490,6 @@ Main = (function() {
val = Conf[key];
Conf[key] = (ref4 = items[key]) != null ? ref4 : val;
}
try {
PSA.site();
} catch (error1) {}
return Site.init(Main.initFeatures);
});
});

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.14.19.1
// @version 1.14.19.2
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -218,7 +218,7 @@ docSet = function() {
};
g = {
VERSION: '1.14.19.1',
VERSION: '1.14.19.2',
NAMESPACE: '4chan X.',
sites: Object.create(null),
boards: Object.create(null)
@ -19846,20 +19846,6 @@ PSA = (function() {
return $.onExists(doc, '.boardBanner', function(banner) {
return $.after(banner, el);
});
},
site: function() {
if (location.hostname === 'samachan.org') {
return $.onExists(doc, '.navbar', function(navbar) {
var link;
link = $.el('a', {
href: 'https://sushigirl.us/yakuza/res/776.html',
target: '_blank',
rel: 'noopener',
textContent: 'Looking for a new home? Some users are regrouping on SushiChan. (a message from 4chan X)'
});
return $.add(navbar, [$.el('br'), link]);
});
}
}
};
@ -27504,9 +27490,6 @@ Main = (function() {
val = Conf[key];
Conf[key] = (ref4 = items[key]) != null ? ref4 : val;
}
try {
PSA.site();
} catch (error1) {}
return Site.init(Main.initFeatures);
});
});

Binary file not shown.

View File

@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": {
"updates": [
{
"version": "1.14.19.1",
"version": "1.14.19.2",
"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.19.1' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.14.19.2' />
</app>
</gupdate>

View File

@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": {
"updates": [
{
"version": "1.14.19.1",
"version": "1.14.19.2",
"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.19.1' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.14.19.2' />
</app>
</gupdate>

View File

@ -1,4 +1,4 @@
{
"version": "1.14.19.1",
"date": "2020-05-19T09:56:08.218Z"
"version": "1.14.19.2",
"date": "2020-05-21T20:00:18.689Z"
}