Skip to content

Commit

Permalink
Fixed support for komoot.XX
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus committed Dec 20, 2023
1 parent 3be5f64 commit 2665ee8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/data/js/5_clickHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,9 @@ function getSelector(host) {
case "mediamarkt":
if (host.full == "outlet.mediamarkt.nl")
return ".force--consent.show--consent #s-sv-bn";

return '#mms-consent-portal-container button[data-test*="save-settings"]';
case "komoot": return '.ReactModal__Content--after-open button[data-testid="gdpr-banner-decline"]';

}
}

Expand Down
2 changes: 2 additions & 0 deletions src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -16871,6 +16871,8 @@ const rules = {
"heise.de": { j: 5 },
"temu.com": { j: 6 },
"all3dp.com": { j: 5 },
"komoot.de": { j: 5 },
"komoot.com": { j: 5 },
};

const blockUrls = {
Expand Down

0 comments on commit 2665ee8

Please sign in to comment.