Skip to content

Commit

Permalink
Merge pull request #4 from benni347/benni347/sparkasse-karlsruhe
Browse files Browse the repository at this point in the history
Added support for sparkasse-karlsruhe.de
  • Loading branch information
benni347 committed Apr 9, 2024
2 parents 8cfaa3f + 32e8357 commit 0747db0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/data/js/5_clickHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -8383,6 +8383,8 @@ function getSelector(host) {
'.modal[style*="block"] .modal-footer input',
'.modal[style*="block"] button[id*="AcceptButton"]'
);
case "sparkasse-karlsruhe.de":
return '.secondary';
case "rugbycoachweekly.net":
return '#aos-Cookie-Modal-Accept';
case "rockhard.de":
Expand Down
3 changes: 2 additions & 1 deletion src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -18497,7 +18497,8 @@ const rules = {
"webstore.zvw.de": { j: 6 },
"krant.bndestem.nl": { j: 3 },
"rugbycoachweekly.net": { j: 5 },
"ezeitung.weser-kurier.de": { j: 3 },
"ezeitung.weser-kurier.de": { j: 3 }
"sparkasse-karlsruhe.de": { j: 5 },
"rockhard.de": { j: 5 },
"plus.nl": { j: 5 },
"neckermann.at": { j: 5 },
Expand Down

0 comments on commit 0747db0

Please sign in to comment.