Merge tag 'stable'
4chan X v1.11.33.7.
This commit is contained in:
commit
fe45714935
@ -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.
|
||||
|
||||
|
||||
@ -115,8 +115,9 @@ body > div[style*=" top: -10000px;"] {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
.blink {
|
||||
animation: none !important;
|
||||
:root.blink {
|
||||
-webkit-animation: none;
|
||||
animation: none;
|
||||
}
|
||||
|
||||
/* Ads */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user