Skip to content

Commit

Permalink
Added support for roland-rechtsschutz.de (#347)
Browse files Browse the repository at this point in the history
fixes #334
  • Loading branch information
appeasementPolitik committed Nov 3, 2022
1 parent 8be1f5b commit 5378b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/data/js/5_clickHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -2169,6 +2169,7 @@ function getSelector(host) {

case "schweinske.de":
case "notebooksbilliger.de":
case "roland-rechtsschutz.de":
e = _id("usercentrics-root");
return e && e.shadowRoot
? _sl('button[data-testid="uc-accept-all-button"]', e.shadowRoot)
Expand Down
1 change: 1 addition & 0 deletions src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -15465,6 +15465,7 @@ const rules = {
"etiskarna.si": { s: ".cookie__content{display:none !important}" },
"solvimus.de": { j: "6" },
"archerresourcing.co.uk": { j: "6" },
"roland-rechtsschutz.de": { j: "5" },
"honda.co.za": { s: ".cookies{display:none !important}" },
"dlive.tv": { j: "5" },
};
Expand Down

0 comments on commit 5378b00

Please sign in to comment.