Introduction
Introduction Statistics Contact Development Disclaimer Help
site: xs4all: remove cookiewall popup - firefox-fix-web - Firefox extension: fi…
git clone git://git.codemadness.org/firefox-fix-web
Log
Files
Refs
README
LICENSE
---
commit 50c08611c320e7df13a56ce7ecaf2b36681733a7
parent 31868c9b000a85792cecbdec7f1e41707830c410
Author: Hiltjo Posthuma <[email protected]>
Date: Tue, 21 Aug 2018 16:57:14 +0200
site: xs4all: remove cookiewall popup
Diffstat:
M extension/manifest.json | 4 ++++
A extension/site/xs4all.css | 4 ++++
2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/extension/manifest.json b/extension/manifest.json
@@ -37,6 +37,10 @@
"css": [ "site/buienradar.css" ]
},
{
+ "matches": [ "*://www.xs4all.nl/*" ],
+ "css": [ "site/xs4all.css" ]
+ },
+ {
"matches": [ "*://*.hardware.info/*" ],
"css": [ "site/hardwareinfo.css" ],
"js": [ "site/hardwareinfo.js" ]
diff --git a/extension/site/xs4all.css b/extension/site/xs4all.css
@@ -0,0 +1,4 @@
+#xs4all-cookieWall-overlay,
+#xs4all-cookieWall {
+ display: none !important;
+}
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.