Skip to content

Commit

Permalink
Added support for prenatal.nl
Browse files Browse the repository at this point in the history
Fixed #10815
  • Loading branch information
benni347 committed Apr 9, 2024
1 parent 9edd314 commit e0bb783
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 @@ -8387,6 +8387,8 @@ function getSelector(host) {
'.modal[style*="block"] .modal-footer input',
'.modal[style*="block"] button[id*="AcceptButton"]'
);
case "prenatal.nl":
return 'button.btn:nth-child(3)';
case "yougov.com":
return '.cdk-overlay-container yg-tcf-dialog [data-cy="disagree-button"]';
case "fiveguys.nl":
Expand Down
1 change: 1 addition & 0 deletions src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -2134,6 +2134,7 @@ const rules = {
"mediaworld.it": { j: 5 },
"mediamarkt.es": { j: 5 },
"saturn.de": { j: 5 },
"prenatal.nl": { j: 5 },
"gonnesa.ca.it": { s: "#fake-div{display:none !important}" },
"motorsport.com": {
s: ".ms-footer-fixbox,.ms-header-messages,#privacy_accept{display:none !important}",
Expand Down

0 comments on commit e0bb783

Please sign in to comment.