Introduction
Introduction Statistics Contact Development Disclaimer Help
fix stupid content hiding on some pages - firefox-fix-web - Firefox extension: …
git clone git://git.codemadness.org/firefox-fix-web
Log
Files
Refs
README
LICENSE
---
commit a5cb8ddb5e2e33aca73e3319b20f191f0f2604fa
parent 35bdf7aa75dabc3481cead34c07661fa195fe002
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 31 Mar 2019 14:53:24 +0200
fix stupid content hiding on some pages
usually on some page that has some Google AMP-like animation transition.
noticed on https://powerdns.org/
Diffstat:
M extension/global/anim.css | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/extension/global/anim.css b/extension/global/anim.css
@@ -6,6 +6,7 @@ body > * {
body {
display: block !important;
+ visibility: visible !important;
}
#PageFirstLoadOverlay {
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.