Skip to content

Commit

Permalink
Merge pull request #18 from benni347/benni347/druhotnesuroviny
Browse files Browse the repository at this point in the history
Added support for druhotnesuroviny.cz
  • Loading branch information
benni347 authored Apr 9, 2024
2 parents 18b919f + 7689a40 commit ea45d34
Show file tree
Hide file tree
Showing 2 changed files with 3 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 "druhotnesuroviny.cz":
return 'a.js-cc-banner-confirmAll-btn:nth-child(2)';
case "gera.de":
return 'button.text-nowrap:nth-child(1)';
case "jutarnji.hr":
Expand Down
1 change: 1 addition & 0 deletions src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -18499,6 +18499,7 @@ const rules = {
"webstore.zvw.de": { j: 6 },
"krant.bndestem.nl": { j: 3 },
"ezeitung.weser-kurier.de": { j: 3 },
"druhotnesuroviny.cz": { j: 5 },
"jutarnji.hr": { j: 5 },
"lesciseauxmagiques.fr": { j: 5 },
"monkeytype.com": { j: 5 },
Expand Down

0 comments on commit ea45d34

Please sign in to comment.