Skip to content

Commit

Permalink
Changed calm.com to a css rule
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus committed Dec 26, 2023
1 parent 3ebda2d commit 0da9b72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/data/js/6_cookieHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,6 @@ function getE(hostname) {
return ["fvw_privacy=enabled"];
case "kinoheld.de":
return ["KHCONSENT=accept"];
case "calm.com":
return ["has-agreed-to-cookies=true"];
case "resursbank.se":
return ["cookie_consent=necessary%3A1%2Cstatistics%3A0%2Cmarketing%3A0"];
case "airmates.eu":
Expand Down
2 changes: 1 addition & 1 deletion src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -10423,7 +10423,7 @@ const rules = {
"automobilwoche.de": { s: "#ccm{display:none !important}" },
"5vor12.de": { s: ".consent_banner{display:none !important}" },
"jimenezmovilidad.es": { c: 0 },
"calm.com": { j: "6" },
"calm.com": { s: "#cookie-preferences-banner{display:none !important}" },
"otv.de": { j: "5" },
"nordicbet.dk": { c: 32 },
"nordicbet.com": { c: 32 },
Expand Down

0 comments on commit 0da9b72

Please sign in to comment.