diff --git a/CHANGELOG.md b/CHANGELOG.md index c45c1a2b7..6c574436b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index ab9e8bc4c..53a39f4f2 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 f6b424796..2e5bb9a74 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.19.1 +// @version 1.14.19.2 // @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 d3827c8ee..cd4c0df78 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.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); }); }); diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index 89f1ba548..a90fb928a 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 2e136557e..15e70032e 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.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); }); }); diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index 940e4423d..acb4501ce 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 77ed061f4..223d5040d 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -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 diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index a47bff21e..f9f2be456 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -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); }); }); diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index c20d4c106..75460709d 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 54257193b..fc9cf74c6 100644 --- a/builds/updates-beta.json +++ b/builds/updates-beta.json @@ -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" } ] diff --git a/builds/updates-beta.xml b/builds/updates-beta.xml index e14b6c739..84bb0cb48 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 9d8a2cacd..577abec35 100644 --- a/builds/updates.json +++ b/builds/updates.json @@ -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" } ] diff --git a/builds/updates.xml b/builds/updates.xml index 526051463..63f046d7d 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index 126de9426..981f7227d 100644 --- a/version.json +++ b/version.json @@ -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" } \ No newline at end of file