global: fix annoying javascript fader things - firefox-fix-web - Firefox extens… | |
git clone git://git.codemadness.org/firefox-fix-web | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 0784a68a44ac25da165b212793bcd996a610a164 | |
parent d444ee575a48fd563b9062616f3e31c11a44d7df | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 5 Jul 2019 10:50:16 +0200 | |
global: fix annoying javascript fader things | |
Diffstat: | |
M extension/global/anim.css | 4 ++++ | |
1 file changed, 4 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/extension/global/anim.css b/extension/global/anim.css | |
@@ -1,7 +1,11 @@ | |
+html { | |
+ display: block !important; | |
+} | |
body, | |
body > * { | |
transition: 0s !important; | |
opacity: 1 !important; | |
+ filter: none !important; | |
} | |
body { |