diff --git a/CHANGELOG.md b/CHANGELOG.md index 49b246f00..4e5729e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor ### v1.11.35 +**v1.11.35.2** *(2016-06-12)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.35.2/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.35.2/builds/4chan-X-noupdate.crx "Chromium version")] +- Add @connect to userscript metadata to reduce annoying permission requests in Tampermonkey. +- Switch [complain] links back to https://www.4chan.org/feedback. + **v1.11.35.1** *(2016-06-07)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.35.1/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.35.1/builds/4chan-X-noupdate.crx "Chromium version")] - Merge v1.11.34.10: Fix blocking of CloudFlare scripts. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index f03af0b58..f21afc20a 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 780b2cf15..3088a0a1e 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.11.35.1 +// @version 1.11.35.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -22,6 +22,8 @@ // @exclude https://www.4chan.org/pass // @exclude http://www.4chan.org/pass?* // @exclude https://www.4chan.org/pass?* +// @connect i.4cdn.org +// @connect * // @grant GM_getValue // @grant GM_setValue // @grant GM_deleteValue diff --git a/builds/4chan-X-beta.user.js b/builds/4chan-X-beta.user.js index 41b909487..219c081ec 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.11.35.1 +// @version 1.11.35.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -22,6 +22,8 @@ // @exclude https://www.4chan.org/pass // @exclude http://www.4chan.org/pass?* // @exclude https://www.4chan.org/pass?* +// @connect i.4cdn.org +// @connect * // @grant GM_getValue // @grant GM_setValue // @grant GM_deleteValue @@ -134,7 +136,7 @@ docSet = function() { }; g = { - VERSION: '1.11.35.1', + VERSION: '1.11.35.2', NAMESPACE: '4chan X.', boards: {} }; @@ -16252,7 +16254,7 @@ Report = (function() { if ((passAd = $('a[href="https://www.4chan.org/pass"]'))) { $.extend(passAd, { textContent: 'Complain', - href: 'https://www.4chan-x.net/captchas.html', + href: 'https://www.4chan.org/feedback', tabIndex: -1 }); passAd.parentNode.normalize(); @@ -18514,7 +18516,7 @@ Captcha = {}; errmsg = ref[j]; if (!$('a', errmsg)) { link = $.el('a', { - href: 'https://www.4chan-x.net/captchas.html', + href: 'https://www.4chan.org/feedback', target: '_blank', textContent: '[complain]' }); @@ -20365,7 +20367,7 @@ QR = (function() { if (/captcha|verification/i.test(err.textContent) || err === 'Connection error with sys.4chan.org.') { if (/mistyped/i.test(err.textContent)) { err = $.el('span', { - innerHTML: "You mistyped the CAPTCHA, or the CAPTCHA malfunctioned [complain here]." + innerHTML: "You mistyped the CAPTCHA, or the CAPTCHA malfunctioned [complain here]." }); } else if (/expired/i.test(err.textContent)) { err = 'This CAPTCHA is no longer valid because it has expired.'; diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index a067e7bd5..eedf73de5 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 0d65fb02e..3a2948e5e 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.11.35.1 +// @version 1.11.35.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -22,6 +22,8 @@ // @exclude https://www.4chan.org/pass // @exclude http://www.4chan.org/pass?* // @exclude https://www.4chan.org/pass?* +// @connect i.4cdn.org +// @connect * // @grant GM_getValue // @grant GM_setValue // @grant GM_deleteValue @@ -134,7 +136,7 @@ docSet = function() { }; g = { - VERSION: '1.11.35.1', + VERSION: '1.11.35.2', NAMESPACE: '4chan X.', boards: {} }; @@ -16252,7 +16254,7 @@ Report = (function() { if ((passAd = $('a[href="https://www.4chan.org/pass"]'))) { $.extend(passAd, { textContent: 'Complain', - href: 'https://www.4chan-x.net/captchas.html', + href: 'https://www.4chan.org/feedback', tabIndex: -1 }); passAd.parentNode.normalize(); @@ -18514,7 +18516,7 @@ Captcha = {}; errmsg = ref[j]; if (!$('a', errmsg)) { link = $.el('a', { - href: 'https://www.4chan-x.net/captchas.html', + href: 'https://www.4chan.org/feedback', target: '_blank', textContent: '[complain]' }); @@ -20365,7 +20367,7 @@ QR = (function() { if (/captcha|verification/i.test(err.textContent) || err === 'Connection error with sys.4chan.org.') { if (/mistyped/i.test(err.textContent)) { err = $.el('span', { - innerHTML: "You mistyped the CAPTCHA, or the CAPTCHA malfunctioned [complain here]." + innerHTML: "You mistyped the CAPTCHA, or the CAPTCHA malfunctioned [complain here]." }); } else if (/expired/i.test(err.textContent)) { err = 'This CAPTCHA is no longer valid because it has expired.'; diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index b9ed0bf5c..5919f9230 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 4a3de7b1a..373ce3134 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.11.35.1 +// @version 1.11.35.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -22,6 +22,8 @@ // @exclude https://www.4chan.org/pass // @exclude http://www.4chan.org/pass?* // @exclude https://www.4chan.org/pass?* +// @connect i.4cdn.org +// @connect * // @grant GM_getValue // @grant GM_setValue // @grant GM_deleteValue diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 77f921aa7..b917e75a1 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.11.35.1 +// @version 1.11.35.2 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -22,6 +22,8 @@ // @exclude https://www.4chan.org/pass // @exclude http://www.4chan.org/pass?* // @exclude https://www.4chan.org/pass?* +// @connect i.4cdn.org +// @connect * // @grant GM_getValue // @grant GM_setValue // @grant GM_deleteValue @@ -134,7 +136,7 @@ docSet = function() { }; g = { - VERSION: '1.11.35.1', + VERSION: '1.11.35.2', NAMESPACE: '4chan X.', boards: {} }; @@ -16252,7 +16254,7 @@ Report = (function() { if ((passAd = $('a[href="https://www.4chan.org/pass"]'))) { $.extend(passAd, { textContent: 'Complain', - href: 'https://www.4chan-x.net/captchas.html', + href: 'https://www.4chan.org/feedback', tabIndex: -1 }); passAd.parentNode.normalize(); @@ -18514,7 +18516,7 @@ Captcha = {}; errmsg = ref[j]; if (!$('a', errmsg)) { link = $.el('a', { - href: 'https://www.4chan-x.net/captchas.html', + href: 'https://www.4chan.org/feedback', target: '_blank', textContent: '[complain]' }); @@ -20365,7 +20367,7 @@ QR = (function() { if (/captcha|verification/i.test(err.textContent) || err === 'Connection error with sys.4chan.org.') { if (/mistyped/i.test(err.textContent)) { err = $.el('span', { - innerHTML: "You mistyped the CAPTCHA, or the CAPTCHA malfunctioned [complain here]." + innerHTML: "You mistyped the CAPTCHA, or the CAPTCHA malfunctioned [complain here]." }); } else if (/expired/i.test(err.textContent)) { err = 'This CAPTCHA is no longer valid because it has expired.'; diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index 887384ed7..97ee8408c 100644 Binary files a/builds/4chan-X.zip and b/builds/4chan-X.zip differ diff --git a/builds/updates-beta.xml b/builds/updates-beta.xml index c2580d15c..136b8eb35 100644 --- a/builds/updates-beta.xml +++ b/builds/updates-beta.xml @@ -1,7 +1,7 @@ - + diff --git a/builds/updates.xml b/builds/updates.xml index d6867d9a0..a1a96ceda 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/version.json b/version.json index 3f9fce9d7..64a73a2ef 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.11.35.1", - "date": "2016-06-07T17:54:32.135Z" + "version": "1.11.35.2", + "date": "2016-06-12T04:25:29.728Z" } \ No newline at end of file