Merge branch 'bstable'
This commit is contained in:
commit
8c32efe777
@ -80,6 +80,9 @@
|
|||||||
|
|
||||||
### v1.12.3
|
### 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)]
|
**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.
|
- Update due to 4chan's ad changes.
|
||||||
|
|
||||||
|
|||||||
@ -126,15 +126,17 @@ body > div[style*=" top: -10000px;"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Ads */
|
/* Ads */
|
||||||
:root:not(.ads-loaded) .ad-cnt > * {
|
.ad-cnt > *, .adg-rects > * {
|
||||||
height: auto;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
:root:not(.ads-loaded) .adg-rects,
|
|
||||||
:root:not(.ads-loaded) .ad-plea,
|
:root:not(.ads-loaded) .ad-plea,
|
||||||
:root:not(.ads-loaded) hr.abovePostForm,
|
:root:not(.ads-loaded) hr.abovePostForm,
|
||||||
:root:not(.ads-loaded) .ad-plea-bottom + hr {
|
:root:not(.ads-loaded) .ad-plea-bottom + hr {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
:root:not(.ads-loaded) .adg-rects {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
div.center[style] {
|
div.center[style] {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,3 +4,8 @@
|
|||||||
:root:not(.js-enabled) #form {
|
:root:not(.js-enabled) #form {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
#bd > div[style], #bd > div[style] > * {
|
||||||
|
height: auto !important;
|
||||||
|
margin: 0 !important;
|
||||||
|
font-size: 0;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user