diff --git a/CHANGELOG.md b/CHANGELOG.md index b22f95a0c..e3efc7f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor ### v1.11.33 +**v1.11.33.6** *(2016-05-21)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.33.6/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.33.6/builds/4chan-X-noupdate.crx "Chromium version")] +- Quick fix for blinking. + **v1.11.33.5** *(2016-05-19)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.33.5/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.33.5/builds/4chan-X-noupdate.crx "Chromium version")] - Update ad server blacklist. diff --git a/src/css/style.css b/src/css/style.css index de789d606..a5e8089d0 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -115,6 +115,10 @@ body > div[style*=" top: -10000px;"] { visibility: hidden !important; } +.blink { + animation: none !important; +} + /* Ads */ :root:not(.ads-loaded) .ad-cnt, :root:not(.ads-loaded) .ad-plea,