Merge branch 'bstable'

This commit is contained in:
ccd0 2016-10-27 11:35:30 -07:00
commit 8c32efe777
3 changed files with 13 additions and 3 deletions

View File

@ -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.

View File

@ -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;
}

View File

@ -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;
}