diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f0f0040..c6a0259da 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,12 @@ Based on v1.9.18.6. - Minor bugfixes. +### v1.9.18.10 +*2015-01-04* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.18.10/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.18.10/builds/4chan-X-noupdate.crx "Chromium version")] + +**ccd0** +- Fix /pol/ archived threads list. + ### v1.9.18.9 *2015-01-04* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.18.9/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.18.9/builds/4chan-X-noupdate.crx "Chromium version")] diff --git a/src/General/css/style.css b/src/General/css/style.css index 1c86de0b7..e254ae55b 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -103,9 +103,9 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) { /* party hats */ pointer-events: none; } -.postContainer marquee, -.postContainer marquee + br, -.postContainer marquee + br + br { +marquee, +.postMessage marquee + br, +.postMessage marquee + br + br { display: none; }