diff --git a/CHANGELOG.md b/CHANGELOG.md
index c369adf28..e7570a40e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
-Sometimes the changelog has notes (not comprehensive) acknowledging people's work. This does not mean the changes are their fault, only that their code was used. All changes to the script are chosen by and the fault of the maintainer (ccd0).
+### v1.13.7
+
+**v1.13.7.0** *(2017-02-01)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.7.0/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.7.0/builds/4chan-X-noupdate.crx)]
+- Based on v1.13.6.1.
+- Fix scroll bars sometimes appearing on noscript captcha in QR.
+
### v1.13.6
**v1.13.6.1** *(2017-01-31)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.6.1/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.6.1/builds/4chan-X-noupdate.crx)]
diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx
index 4b6cadeca..7ce68b8c7 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 c7684a481..13fd0bc28 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.13.6.1
+// @version 1.13.7.0
// @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 79357b809..32594fac2 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.13.6.1
+// @version 1.13.7.0
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -150,7 +150,7 @@ docSet = function() {
};
g = {
- VERSION: '1.13.6.1',
+ VERSION: '1.13.7.0',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -20473,6 +20473,7 @@ Captcha = {};
var div, iframe, textarea;
iframe = $.el('iframe', {
id: 'qr-captcha-iframe',
+ scrolling: 'no',
src: this.noscriptURL()
});
div = $.el('div');
diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx
index 1958ea501..65bd8a17a 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 5e1783260..2b142a96e 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.13.6.1
+// @version 1.13.7.0
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -150,7 +150,7 @@ docSet = function() {
};
g = {
- VERSION: '1.13.6.1',
+ VERSION: '1.13.7.0',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -20473,6 +20473,7 @@ Captcha = {};
var div, iframe, textarea;
iframe = $.el('iframe', {
id: 'qr-captcha-iframe',
+ scrolling: 'no',
src: this.noscriptURL()
});
div = $.el('div');
diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx
index f4114eead..3d30f5ae2 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 c115cbcc5..7102670bf 100644
--- a/builds/4chan-X.meta.js
+++ b/builds/4chan-X.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.13.6.1
+// @version 1.13.7.0
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index aede788bf..c90aada0c 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.13.6.1
+// @version 1.13.7.0
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -150,7 +150,7 @@ docSet = function() {
};
g = {
- VERSION: '1.13.6.1',
+ VERSION: '1.13.7.0',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -20473,6 +20473,7 @@ Captcha = {};
var div, iframe, textarea;
iframe = $.el('iframe', {
id: 'qr-captcha-iframe',
+ scrolling: 'no',
src: this.noscriptURL()
});
div = $.el('div');
diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip
index 6a41decd4..f14886698 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 4eb906913..8500742af 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 2add9f99a..d8c6cc2db 100644
--- a/builds/updates.xml
+++ b/builds/updates.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/version.json b/version.json
index c8ab602ac..91dd77d47 100644
--- a/version.json
+++ b/version.json
@@ -1,4 +1,4 @@
{
- "version": "1.13.6.1",
- "date": "2017-01-31T14:43:22.301Z"
+ "version": "1.13.7.0",
+ "date": "2017-02-01T15:37:20.318Z"
}
\ No newline at end of file