diff --git a/CHANGELOG.md b/CHANGELOG.md
index f0a3a72a6..d7d79d9c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
### v1.12.3
+**v1.12.3.11** *(2016-10-27)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.3.11/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.3.11/builds/4chan-X-noupdate.crx)]
+- Update due to 4chan's ad changes, part two.
+
**v1.12.3.10** *(2016-10-27)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.3.10/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.3.10/builds/4chan-X-noupdate.crx)]
- Update due to 4chan's ad changes.
diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx
index 78f04332e..e971cd580 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 0851dff2e..14a46b601 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.12.3.10
+// @version 1.12.3.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 1f2acc1e8..437f5e7ce 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.12.3.10
+// @version 1.12.3.11
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -147,7 +147,7 @@ docSet = function() {
};
g = {
- VERSION: '1.12.3.10',
+ VERSION: '1.12.3.11',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -1300,15 +1300,17 @@ body > div[style*=\" top: -10000px;\"] {\n\
visibility: hidden !important;\n\
}\n\
/* Ads */\n\
-:root:not(.ads-loaded) .ad-cnt > * {\n\
- height: auto;\n\
+.ad-cnt > *, .adg-rects > * {\n\
+ height: auto !important;\n\
}\n\
-:root:not(.ads-loaded) .adg-rects,\n\
:root:not(.ads-loaded) .ad-plea,\n\
:root:not(.ads-loaded) hr.abovePostForm,\n\
:root:not(.ads-loaded) .ad-plea-bottom + hr {\n\
display: none;\n\
}\n\
+:root:not(.ads-loaded) .adg-rects {\n\
+ margin: 0;\n\
+}\n\
div.center[style] {\n\
display: none !important;\n\
}\n\
@@ -3884,6 +3886,11 @@ www:
}\n\
:root:not(.js-enabled) #form {\n\
display: block;\n\
+}\n\
+#bd > div[style], #bd > div[style] > * {\n\
+ height: auto !important;\n\
+ margin: 0 !important;\n\
+ font-size: 0;\n\
}\n"
};
diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx
index 6eb8e0bd3..2585014b3 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 0d97fef97..c0e15a132 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.12.3.10
+// @version 1.12.3.11
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -147,7 +147,7 @@ docSet = function() {
};
g = {
- VERSION: '1.12.3.10',
+ VERSION: '1.12.3.11',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -1300,15 +1300,17 @@ body > div[style*=\" top: -10000px;\"] {\n\
visibility: hidden !important;\n\
}\n\
/* Ads */\n\
-:root:not(.ads-loaded) .ad-cnt > * {\n\
- height: auto;\n\
+.ad-cnt > *, .adg-rects > * {\n\
+ height: auto !important;\n\
}\n\
-:root:not(.ads-loaded) .adg-rects,\n\
:root:not(.ads-loaded) .ad-plea,\n\
:root:not(.ads-loaded) hr.abovePostForm,\n\
:root:not(.ads-loaded) .ad-plea-bottom + hr {\n\
display: none;\n\
}\n\
+:root:not(.ads-loaded) .adg-rects {\n\
+ margin: 0;\n\
+}\n\
div.center[style] {\n\
display: none !important;\n\
}\n\
@@ -3884,6 +3886,11 @@ www:
}\n\
:root:not(.js-enabled) #form {\n\
display: block;\n\
+}\n\
+#bd > div[style], #bd > div[style] > * {\n\
+ height: auto !important;\n\
+ margin: 0 !important;\n\
+ font-size: 0;\n\
}\n"
};
diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx
index 7a3932836..42080d72b 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 eb0d0bef0..fe35f1267 100644
--- a/builds/4chan-X.meta.js
+++ b/builds/4chan-X.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.12.3.10
+// @version 1.12.3.11
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index bb7967770..c8cca6c67 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.12.3.10
+// @version 1.12.3.11
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -147,7 +147,7 @@ docSet = function() {
};
g = {
- VERSION: '1.12.3.10',
+ VERSION: '1.12.3.11',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -1300,15 +1300,17 @@ body > div[style*=\" top: -10000px;\"] {\n\
visibility: hidden !important;\n\
}\n\
/* Ads */\n\
-:root:not(.ads-loaded) .ad-cnt > * {\n\
- height: auto;\n\
+.ad-cnt > *, .adg-rects > * {\n\
+ height: auto !important;\n\
}\n\
-:root:not(.ads-loaded) .adg-rects,\n\
:root:not(.ads-loaded) .ad-plea,\n\
:root:not(.ads-loaded) hr.abovePostForm,\n\
:root:not(.ads-loaded) .ad-plea-bottom + hr {\n\
display: none;\n\
}\n\
+:root:not(.ads-loaded) .adg-rects {\n\
+ margin: 0;\n\
+}\n\
div.center[style] {\n\
display: none !important;\n\
}\n\
@@ -3884,6 +3886,11 @@ www:
}\n\
:root:not(.js-enabled) #form {\n\
display: block;\n\
+}\n\
+#bd > div[style], #bd > div[style] > * {\n\
+ height: auto !important;\n\
+ margin: 0 !important;\n\
+ font-size: 0;\n\
}\n"
};
diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip
index 2eb9835de..4d215e165 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 3ca28dac6..3949934b9 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 c2352fd16..0032fd7a1 100644
--- a/builds/updates.xml
+++ b/builds/updates.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/version.json b/version.json
index 799a9e9fc..b20f653be 100644
--- a/version.json
+++ b/version.json
@@ -1,4 +1,4 @@
{
- "version": "1.12.3.10",
- "date": "2016-10-27T17:31:18.611Z"
+ "version": "1.12.3.11",
+ "date": "2016-10-27T18:32:00.008Z"
}
\ No newline at end of file