Skip to content

Commit

Permalink
Merge pull request #3 from benni347/benni347/thunboon
Browse files Browse the repository at this point in the history
Added support for thunhoon
  • Loading branch information
benni347 authored Apr 9, 2024
2 parents 0747db0 + 2db23ce commit 6075b3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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 "thunhoon.com":
return '.privacy-concern-close-button';
case "sparkasse-karlsruhe.de":
return '.secondary';
case "rugbycoachweekly.net":
Expand Down
2 changes: 2 additions & 0 deletions src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -18496,6 +18496,8 @@ const rules = {
"order.fiveguys.nl": { j: 5 },
"webstore.zvw.de": { j: 6 },
"krant.bndestem.nl": { j: 3 },
"ezeitung.weser-kurier.de": { j: 3 },
"thunhoon.com": { j: 5 },
"rugbycoachweekly.net": { j: 5 },
"ezeitung.weser-kurier.de": { j: 3 }
"sparkasse-karlsruhe.de": { j: 5 },
Expand Down

0 comments on commit 6075b3f

Please sign in to comment.