fix some stupid animation/fade - firefox-fix-web - Firefox extension: fix web
 (HTM) git clone git://git.codemadness.org/firefox-fix-web
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3e9bf6cd5a5183506d7942d96ca02f8d4b01115c
 (DIR) parent b24039ed5c0a80c594de189fdae55c17fb2f8232
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Wed, 31 Oct 2018 18:18:09 +0100
       
       fix some stupid animation/fade
       
       Seen in the wild wild web. Probably used by other sites of the framework too.
       
       Diffstat:
         M extension/global/anim.css           |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/extension/global/anim.css b/extension/global/anim.css
       @@ -7,3 +7,7 @@ body > * {
        body {
                display: block !important;
        }
       +
       +#PageFirstLoadOverlay {
       +        background: initial !important;
       +}