Disable obnoxious captcha fade-in.
This commit is contained in:
parent
ce1e58d701
commit
3b71b533bc
@ -111,6 +111,10 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) {
|
|||||||
#captchaContainerAlt td:nth-child(2) {
|
#captchaContainerAlt td:nth-child(2) {
|
||||||
display: table-cell !important;
|
display: table-cell !important;
|
||||||
}
|
}
|
||||||
|
/* Disable obnoxious captcha fade-in. */
|
||||||
|
body > div:last-of-type {
|
||||||
|
transition: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Anti-autoplay */
|
/* Anti-autoplay */
|
||||||
audio.controls-added {
|
audio.controls-added {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user