Skip to content

Commit

Permalink
Release 4chan X v1.11.35.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccd0 committed Jun 12, 2016
1 parent 4e897e5 commit 3646280
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Binary file modified builds/4chan-X-beta.crx
Binary file not shown.
4 changes: 3 additions & 1 deletion builds/4chan-X-beta.meta.js
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
12 changes: 7 additions & 5 deletions builds/4chan-X-beta.user.js
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -134,7 +136,7 @@ docSet = function() {
};

g = {
VERSION: '1.11.35.1',
VERSION: '1.11.35.2',
NAMESPACE: '4chan X.',
boards: {}
};
Expand Down Expand Up @@ -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();
Expand Down Expand Up @@ -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]'
});
Expand Down Expand Up @@ -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 [<a href=\"https://www.4chan-x.net/captchas.html\" target=\"_blank\">complain here</a>]."
innerHTML: "You mistyped the CAPTCHA, or the CAPTCHA malfunctioned [<a href=\"https://www.4chan.org/feedback\" target=\"_blank\">complain here</a>]."
});
} else if (/expired/i.test(err.textContent)) {
err = 'This CAPTCHA is no longer valid because it has expired.';
Expand Down
Binary file modified builds/4chan-X-noupdate.crx
Binary file not shown.
12 changes: 7 additions & 5 deletions builds/4chan-X-noupdate.user.js
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -134,7 +136,7 @@ docSet = function() {
};

g = {
VERSION: '1.11.35.1',
VERSION: '1.11.35.2',
NAMESPACE: '4chan X.',
boards: {}
};
Expand Down Expand Up @@ -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();
Expand Down Expand Up @@ -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]'
});
Expand Down Expand Up @@ -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 [<a href=\"https://www.4chan-x.net/captchas.html\" target=\"_blank\">complain here</a>]."
innerHTML: "You mistyped the CAPTCHA, or the CAPTCHA malfunctioned [<a href=\"https://www.4chan.org/feedback\" target=\"_blank\">complain here</a>]."
});
} else if (/expired/i.test(err.textContent)) {
err = 'This CAPTCHA is no longer valid because it has expired.';
Expand Down
Binary file modified builds/4chan-X.crx
Binary file not shown.
4 changes: 3 additions & 1 deletion builds/4chan-X.meta.js
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
12 changes: 7 additions & 5 deletions builds/4chan-X.user.js
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -134,7 +136,7 @@ docSet = function() {
};

g = {
VERSION: '1.11.35.1',
VERSION: '1.11.35.2',
NAMESPACE: '4chan X.',
boards: {}
};
Expand Down Expand Up @@ -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();
Expand Down Expand Up @@ -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]'
});
Expand Down Expand Up @@ -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 [<a href=\"https://www.4chan-x.net/captchas.html\" target=\"_blank\">complain here</a>]."
innerHTML: "You mistyped the CAPTCHA, or the CAPTCHA malfunctioned [<a href=\"https://www.4chan.org/feedback\" target=\"_blank\">complain here</a>]."
});
} else if (/expired/i.test(err.textContent)) {
err = 'This CAPTCHA is no longer valid because it has expired.';
Expand Down
Binary file modified builds/4chan-X.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion builds/updates-beta.xml
Original file line number Diff line number Diff line change
@@ -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.11.35.1' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.11.35.2' />
</app>
</gupdate>

2 changes: 1 addition & 1 deletion builds/updates.xml
Original file line number Diff line number Diff line change
@@ -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.11.35.1' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.11.35.2' />
</app>
</gupdate>

4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 3646280

Please # to comment.