diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c131a28..e715a6878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,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/src/css/style.css b/src/css/style.css index 706d57da0..ae039dd1a 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -126,15 +126,17 @@ body > div[style*=" top: -10000px;"] { } /* Ads */ -:root:not(.ads-loaded) .ad-cnt > * { - height: auto; +.ad-cnt > *, .adg-rects > * { + height: auto !important; } -:root:not(.ads-loaded) .adg-rects, :root:not(.ads-loaded) .ad-plea, :root:not(.ads-loaded) hr.abovePostForm, :root:not(.ads-loaded) .ad-plea-bottom + hr { display: none; } +:root:not(.ads-loaded) .adg-rects { + margin: 0; +} div.center[style] { display: none !important; } diff --git a/src/css/www.css b/src/css/www.css index 7d1fd73c8..75d86eeb4 100644 --- a/src/css/www.css +++ b/src/css/www.css @@ -4,3 +4,8 @@ :root:not(.js-enabled) #form { display: block; } +#bd > div[style], #bd > div[style] > * { + height: auto !important; + margin: 0 !important; + font-size: 0; +}