Skip to content

Commit

Permalink
Fixed support for gmx.ch
Browse files Browse the repository at this point in the history
Fixed support for gmx.at
Fixed support for gmx.net
Fixed support for web.de
  • Loading branch information
OhMyGuus committed Dec 18, 2023
1 parent bdc6fe7 commit a755ba8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/data/js/5_clickHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -1175,14 +1175,12 @@ function getSelector(host) {
'#tandcs[style*="block"] #accepting.enabled, .transfer__window.terms-conditions .transfer__button, .infobar--terms .button, .welcome__cookie-notice .welcome__button--accept'
);

case "plus.gmx.net":
case "plus.web.de":
return _chain(
".window-on #cmp #privacy-center, #edit-purpose-settings",
"#pubc-1",
"#save-purpose-settings"
);

case 'gmx.net':
case 'gmx.ch':
case 'gmx.at':
case 'web.de':
return _if_else('.window-on #save-all-pur', ['.window-on #save-all-pur'], ['.window-on #edit-purpose-settings', '#save-purpose-settings', '#confirm-reject']);

case "music.yandex.ru":
case "music.yandex.com":
return _sl(".gdpr-popup__button");
Expand Down
2 changes: 2 additions & 0 deletions src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -15293,6 +15293,8 @@ const rules = {
"kb-home.nl": { j: "5" },
"membean.com": { c: 0 },
"designmynight.com": { j: "5" },
"gmx.ch": { j: "5" },
"gmx.at": { j: "5" },
"gmx.net": { j: "5" },
"web.de": { j: "5" },
"onleihe.de": { c: 14 },
Expand Down

0 comments on commit a755ba8

Please sign in to comment.