Disable obnoxious captcha fade-in.

This commit is contained in:
ccd0 2015-10-21 10:44:46 -07:00
parent ce1e58d701
commit 3b71b533bc

View File

@ -111,6 +111,10 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) {
#captchaContainerAlt td:nth-child(2) {
display: table-cell !important;
}
/* Disable obnoxious captcha fade-in. */
body > div:last-of-type {
transition: none !important;
}
/* Anti-autoplay */
audio.controls-added {