Skip to content

Commit

Permalink
Added support for solvimus.de (#339)
Browse files Browse the repository at this point in the history
fixes #328
  • Loading branch information
appeasementPolitik authored Nov 3, 2022
1 parent 42f5b97 commit 050b38b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/data/js/6_cookieHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,8 @@ function getE(hostname) {
];
case "elektronik-lavpris.dk":
return ["cookieconsent=necessary"];
case "solvimus.de":
return ["bl_dsgvo_consent=external"];
}

const parts = hostname.split(".");
Expand Down
1 change: 1 addition & 0 deletions src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -15463,6 +15463,7 @@ const rules = {
"befirst.info": { s: ".p-cookies{display:none !important}" },
"cleveroad.com": { s: ".bZ_vx{display:none !important}" },
"etiskarna.si": { s: ".cookie__content{display:none !important}" },
"solvimus.de": { j: "6" },
};

const blockUrls = {
Expand Down

0 comments on commit 050b38b

Please sign in to comment.