diff --git a/CHANGELOG.md b/CHANGELOG.md index 3572dc068..481d33bd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ### v1.14.14 +**v1.14.14.1** *(2019-09-06)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.14.1/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.14.1/builds/4chan-X-noupdate.crx)] +- Merge v1.14.13.3: Move most of the pass message text to the wiki where we can let anyone edit it. + **v1.14.14.0** *(2019-09-06)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.14.0/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.14.0/builds/4chan-X-noupdate.crx)] - Based on v1.14.13.2. - Don't open captcha when the only text so far is a quote link or quoted text. #2421 diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index 52f2082a4..e3705b033 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 a04a75e2d..1f1fe8479 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.14.0 +// @version 1.14.14.1 // @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 4fcded2f6..1b047a239 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.14.0 +// @version 1.14.14.1 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -211,7 +211,7 @@ docSet = function() { }; g = { - VERSION: '1.14.14.0', + VERSION: '1.14.14.1', NAMESPACE: '4chan X.', sites: Object.create(null), boards: Object.create(null) @@ -19899,7 +19899,8 @@ PassMessage = (function() { } msg = $.el('div', { className: 'box-outer top-box' - }, {innerHTML: "

Trouble buying a 4chan Pass? (a message from 4chan X) ×

You can buy solved CAPTCHAs at captcha.guru, 2captcha, and similar services. They're a bit slow, but sufficient for image dumping. Depending on how much you post, this can be cheaper than a Pass, and it doesn't require cryptocurrency to purchase. 4chan X has integrated support for services that use 2captcha's API. Go to Advanced > Captcha Solving Service in the settings panel to set it up.

If you're thinking of buying a Pass because of annoying "Click verify once there are none left" captchas, you may be able to get rid of them for free by checking Force Noscript Captcha in your settings.

Most imageboards either don't require captchas to post at all or require them only in limited circumstances. Consider using another site. 4chan X works on many Tinyboard-based sites by default, and if your preferred site isn't on the default list, you can enable 4chan X on it by following these instructions.

"}); + }, {innerHTML: "

Trouble buying a 4chan Pass? (a message from 4chan X) ×

Check the 4chan X wiki for alternative solutions.
"}); + msg.style.cssText = 'padding-bottom: 0;'; close = $('a', msg); $.on(close, 'click', function() { $.rm(msg); diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index fc3ef052d..4e320a259 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 cd7c436ed..024c4db90 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.14.0 +// @version 1.14.14.1 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -211,7 +211,7 @@ docSet = function() { }; g = { - VERSION: '1.14.14.0', + VERSION: '1.14.14.1', NAMESPACE: '4chan X.', sites: Object.create(null), boards: Object.create(null) @@ -19899,7 +19899,8 @@ PassMessage = (function() { } msg = $.el('div', { className: 'box-outer top-box' - }, {innerHTML: "

Trouble buying a 4chan Pass? (a message from 4chan X) ×

You can buy solved CAPTCHAs at captcha.guru, 2captcha, and similar services. They're a bit slow, but sufficient for image dumping. Depending on how much you post, this can be cheaper than a Pass, and it doesn't require cryptocurrency to purchase. 4chan X has integrated support for services that use 2captcha's API. Go to Advanced > Captcha Solving Service in the settings panel to set it up.

If you're thinking of buying a Pass because of annoying "Click verify once there are none left" captchas, you may be able to get rid of them for free by checking Force Noscript Captcha in your settings.

Most imageboards either don't require captchas to post at all or require them only in limited circumstances. Consider using another site. 4chan X works on many Tinyboard-based sites by default, and if your preferred site isn't on the default list, you can enable 4chan X on it by following these instructions.

"}); + }, {innerHTML: "

Trouble buying a 4chan Pass? (a message from 4chan X) ×

Check the 4chan X wiki for alternative solutions.
"}); + msg.style.cssText = 'padding-bottom: 0;'; close = $('a', msg); $.on(close, 'click', function() { $.rm(msg); diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index 1fe6c4408..a90ab3835 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 5858a912a..df41fb501 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.14.14.0 +// @version 1.14.14.1 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 49a152060..eca6d3c88 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.14.14.0 +// @version 1.14.14.1 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -211,7 +211,7 @@ docSet = function() { }; g = { - VERSION: '1.14.14.0', + VERSION: '1.14.14.1', NAMESPACE: '4chan X.', sites: Object.create(null), boards: Object.create(null) @@ -19899,7 +19899,8 @@ PassMessage = (function() { } msg = $.el('div', { className: 'box-outer top-box' - }, {innerHTML: "

Trouble buying a 4chan Pass? (a message from 4chan X) ×

You can buy solved CAPTCHAs at captcha.guru, 2captcha, and similar services. They're a bit slow, but sufficient for image dumping. Depending on how much you post, this can be cheaper than a Pass, and it doesn't require cryptocurrency to purchase. 4chan X has integrated support for services that use 2captcha's API. Go to Advanced > Captcha Solving Service in the settings panel to set it up.

If you're thinking of buying a Pass because of annoying "Click verify once there are none left" captchas, you may be able to get rid of them for free by checking Force Noscript Captcha in your settings.

Most imageboards either don't require captchas to post at all or require them only in limited circumstances. Consider using another site. 4chan X works on many Tinyboard-based sites by default, and if your preferred site isn't on the default list, you can enable 4chan X on it by following these instructions.

"}); + }, {innerHTML: "

Trouble buying a 4chan Pass? (a message from 4chan X) ×

Check the 4chan X wiki for alternative solutions.
"}); + msg.style.cssText = 'padding-bottom: 0;'; close = $('a', msg); $.on(close, 'click', function() { $.rm(msg); diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index 1e2811299..e2c7e07c3 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 e4f2719fa..d41f58952 100644 --- a/builds/updates-beta.json +++ b/builds/updates-beta.json @@ -3,7 +3,7 @@ "4chan-x@4chan-x.net": { "updates": [ { - "version": "1.14.14.0", + "version": "1.14.14.1", "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 f74de7a5c..f20271723 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 3c2f3b69e..061d2537e 100644 --- a/builds/updates.json +++ b/builds/updates.json @@ -3,7 +3,7 @@ "4chan-x@4chan-x.net": { "updates": [ { - "version": "1.14.14.0", + "version": "1.14.14.1", "update_link": "https://www.4chan-x.net/builds/4chan-X.crx" } ] diff --git a/builds/updates.xml b/builds/updates.xml index a415d93d6..9fbf032e1 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index b2047e2bf..28c7e5133 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.14.14.0", - "date": "2019-09-06T01:56:08.519Z" + "version": "1.14.14.1", + "date": "2019-09-06T05:36:09.749Z" } \ No newline at end of file