diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c3d3dffc..2e357ea4f 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
### v1.11.12
+**v1.11.12.5** *(2015-10-10)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.12.5/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.12.5/builds/4chan-X-noupdate.crx "Chromium version")]
+- Point captcha error complaint link at https://www.4chan-x.net/captchas.html so it can be redirected as needed.
+
**v1.11.12.4** *(2015-10-09)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.12.4/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.12.4/builds/4chan-X-noupdate.crx "Chromium version")]
- Exclude Twitch from auto-embedding due to autoplay bug.
diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx
index 87ab098b2..8613a96b5 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 6b79e76bd..b49a46c67 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.12.4
+// @version 1.11.12.5
// @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 ac367cab0..062fc6dc2 100644
--- a/builds/4chan-X-beta.user.js
+++ b/builds/4chan-X-beta.user.js
@@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X beta
-// @version 1.11.12.4
+// @version 1.11.12.5
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -413,7 +413,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.11.12.4',
+ VERSION: '1.11.12.5',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -7709,7 +7709,7 @@
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.';
@@ -7891,7 +7891,7 @@
errmsg = ref[k];
if (!$('a', errmsg)) {
link = $.el('a', {
- href: 'https://www.4chan.org/feedback',
+ href: 'https://www.4chan-x.net/captchas.html',
target: '_blank',
textContent: '[complain]'
});
diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx
index 0918e7142..107b6a481 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 095d42865..5c1aa6854 100644
--- a/builds/4chan-X-noupdate.user.js
+++ b/builds/4chan-X-noupdate.user.js
@@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
-// @version 1.11.12.4
+// @version 1.11.12.5
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -413,7 +413,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.11.12.4',
+ VERSION: '1.11.12.5',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -7709,7 +7709,7 @@
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.';
@@ -7891,7 +7891,7 @@
errmsg = ref[k];
if (!$('a', errmsg)) {
link = $.el('a', {
- href: 'https://www.4chan.org/feedback',
+ href: 'https://www.4chan-x.net/captchas.html',
target: '_blank',
textContent: '[complain]'
});
diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx
index 82323fae6..d8e7ce703 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 81fa2ad34..1820bf515 100644
--- a/builds/4chan-X.meta.js
+++ b/builds/4chan-X.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.11.12.4
+// @version 1.11.12.5
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index d1d355297..f96deb612 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
-// @version 1.11.12.4
+// @version 1.11.12.5
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -413,7 +413,7 @@
doc = d.documentElement;
g = {
- VERSION: '1.11.12.4',
+ VERSION: '1.11.12.5',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -7709,7 +7709,7 @@
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.';
@@ -7891,7 +7891,7 @@
errmsg = ref[k];
if (!$('a', errmsg)) {
link = $.el('a', {
- href: 'https://www.4chan.org/feedback',
+ href: 'https://www.4chan-x.net/captchas.html',
target: '_blank',
textContent: '[complain]'
});
diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip
index d5a7009e9..b40405bcb 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 4bda59836..7c8932346 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 263cb91d2..6602bd276 100644
--- a/builds/updates.xml
+++ b/builds/updates.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/package.json b/package.json
index 0955d962a..80d575b28 100644
--- a/package.json
+++ b/package.json
@@ -4,8 +4,8 @@
"meta": {
"name": "4chan X",
"fork": "ccd0",
- "version": "1.11.12.4",
- "date": "2015-10-10T05:15:57.466Z",
+ "version": "1.11.12.5",
+ "date": "2015-10-10T14:58:15.708Z",
"page": "https://www.4chan-x.net/",
"downloads": "https://www.4chan-x.net/builds/",
"oldVersions": "https://raw.githubusercontent.com/ccd0/4chan-x/",