diff --git a/CHANGELOG.md b/CHANGELOG.md index f75caeb5b..50d47051e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,10 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor ### v1.11.33 +**v1.11.33.7** *(2016-05-21)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.33.7/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.33.7/builds/4chan-X-noupdate.crx "Chromium version")] +- Fix blinking in older browsers. +- Allow 4chan's blinking animations to work. + **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. diff --git a/src/css/style.css b/src/css/style.css index a5e8089d0..bb468fd86 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -115,8 +115,9 @@ body > div[style*=" top: -10000px;"] { visibility: hidden !important; } -.blink { - animation: none !important; +:root.blink { + -webkit-animation: none; + animation: none; } /* Ads */