Skip to content

Commit

Permalink
Merge pull request #21 from benni347/benni347/cwauthors
Browse files Browse the repository at this point in the history
Added support for cwauthors.com
  • Loading branch information
benni347 committed Apr 9, 2024
2 parents 33bff6d + fd6d922 commit a18e1cf
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 "cwauthors.com":
return 'button.cookies_btn';
case "deep-shine.de":
return 'button.btn:nth-child(4)';
case "dirsyncpro.org":
Expand Down
1 change: 1 addition & 0 deletions src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -18500,6 +18500,7 @@ const rules = {
"krant.bndestem.nl": { j: 3 },
"dirsyncpro.org": { j: 5 },
"ezeitung.weser-kurier.de": { j: 3 },
"cwauthors.com": { j: 5 },
"deep-shine.de": { j: 5 },
"druhotnesuroviny.cz": { j: 5 },
"jutarnji.hr": { j: 5 },
Expand Down

0 comments on commit a18e1cf

Please sign in to comment.