Merge tag 'stable'

4chan X v1.11.33.7.
This commit is contained in:
ccd0 2016-05-21 16:22:08 -07:00
commit fe45714935
2 changed files with 7 additions and 2 deletions

View File

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

View File

@ -115,8 +115,9 @@ body > div[style*=" top: -10000px;"] {
visibility: hidden !important;
}
.blink {
animation: none !important;
:root.blink {
-webkit-animation: none;
animation: none;
}
/* Ads */