Skip to content

Commit

Permalink
Fixed support for svt.se fixes #331
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus committed Nov 4, 2022
1 parent cde30ce commit 7c64e54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/data/js/6_cookieHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,11 @@ function getE(hostname) {
case "archerresourcing.co.uk":
return [
"fs-cc=%257B%2522consents%2522%253A%257B%2522analytics%2522%253Afalse%252C%2522essential%2522%253Atrue%252C%2522marketing%2522%253Afalse%252C%2522personalization%2522%253Afalse%252C%2522uncategorized%2522%253Afalse%257D%257D",
];
];
case "svt.se":
return [
'cookie-consent-1={"optedIn":true,"functionality":false,"statistics":false}',
];
}

const parts = hostname.split(".");
Expand Down
2 changes: 1 addition & 1 deletion src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -11631,7 +11631,7 @@ const rules = {
"glashuette-original.com": {
s: "#js_dataNnoticeBtns{display:none !important}",
},
"svt.se": { s: ".svt-cookie-message{display:none !important}" },
"svt.se": { j: "6", s: ".svt-cookie-message{display:none !important}" },
"elblandkliniken.de": { s: "#Datenschutz{display:none !important}" },
"unitedutilities.com": { j: "5" },
"bagaggio.com.br": { s: ".lgpd{display:none !important}" },
Expand Down

0 comments on commit 7c64e54

Please sign in to comment.