diff --git a/CHANGELOG.md b/CHANGELOG.md
index f24864a07..d36c30add 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@
## v1.14.0
+**v1.14.0.11** *(2018-03-23)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.0.11/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.0.11/builds/4chan-X-noupdate.crx)]
+- Fix anti-autoplay regression causing some videos not to show up.
+
**v1.14.0.10** *(2018-02-20)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.0.10/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.0.10/builds/4chan-X-noupdate.crx)]
- Support VidLii embedding.
diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx
index 098e1efce..56a789424 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 eb3e0345e..9866246f2 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.0.10
+// @version 1.14.0.11
// @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 de0fb272c..42653e3b0 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.0.10
+// @version 1.14.0.11
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -157,7 +157,7 @@ docSet = function() {
};
g = {
- VERSION: '1.14.0.10',
+ VERSION: '1.14.0.11',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -16306,7 +16306,7 @@ AntiAutoplay = (function() {
},
processVideo: function(el, attr) {
el[attr] = el[attr].replace(/\?autoplay=1&?/, '?').replace('&autoplay=1', '');
- if (window.getComputedStyle(el).display === 'hidden') {
+ if (window.getComputedStyle(el).display === 'none') {
el.style.display = 'block';
}
return $.addClass(el, 'autoplay-removed');
diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx
index 91b358858..d08414ac0 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 3e40c86a5..5a15e8353 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.0.10
+// @version 1.14.0.11
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -157,7 +157,7 @@ docSet = function() {
};
g = {
- VERSION: '1.14.0.10',
+ VERSION: '1.14.0.11',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -16306,7 +16306,7 @@ AntiAutoplay = (function() {
},
processVideo: function(el, attr) {
el[attr] = el[attr].replace(/\?autoplay=1&?/, '?').replace('&autoplay=1', '');
- if (window.getComputedStyle(el).display === 'hidden') {
+ if (window.getComputedStyle(el).display === 'none') {
el.style.display = 'block';
}
return $.addClass(el, 'autoplay-removed');
diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx
index 6a4ca48a2..5101c240b 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 34123ea68..cbe4a6df3 100644
--- a/builds/4chan-X.meta.js
+++ b/builds/4chan-X.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.14.0.10
+// @version 1.14.0.11
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index 865ba8342..18f07fe86 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.14.0.10
+// @version 1.14.0.11
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -157,7 +157,7 @@ docSet = function() {
};
g = {
- VERSION: '1.14.0.10',
+ VERSION: '1.14.0.11',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -16306,7 +16306,7 @@ AntiAutoplay = (function() {
},
processVideo: function(el, attr) {
el[attr] = el[attr].replace(/\?autoplay=1&?/, '?').replace('&autoplay=1', '');
- if (window.getComputedStyle(el).display === 'hidden') {
+ if (window.getComputedStyle(el).display === 'none') {
el.style.display = 'block';
}
return $.addClass(el, 'autoplay-removed');
diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip
index 2b135db99..47f0eb426 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 a033cd261..0392bd86f 100644
--- a/builds/updates-beta.json
+++ b/builds/updates-beta.json
@@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": {
"updates": [
{
- "version": "1.14.0.10",
+ "version": "1.14.0.11",
"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 0ecdb5fbf..9995328c7 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 b1786faf1..d590fd08e 100644
--- a/builds/updates.json
+++ b/builds/updates.json
@@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": {
"updates": [
{
- "version": "1.14.0.10",
+ "version": "1.14.0.11",
"update_link": "https://www.4chan-x.net/builds/4chan-X.crx"
}
]
diff --git a/builds/updates.xml b/builds/updates.xml
index 53b829e59..57af22bfa 100644
--- a/builds/updates.xml
+++ b/builds/updates.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/version.json b/version.json
index 41f2d7368..cd3b954c7 100644
--- a/version.json
+++ b/version.json
@@ -1,4 +1,4 @@
{
- "version": "1.14.0.10",
- "date": "2018-02-20T03:27:18.174Z"
+ "version": "1.14.0.11",
+ "date": "2018-03-23T19:42:31.424Z"
}
\ No newline at end of file