Skip to content

Commit

Permalink
Merge pull request #12709 from benni347/master
Browse files Browse the repository at this point in the history
Added many websites
  • Loading branch information
obfuscated-loop authored Jun 15, 2024
2 parents c7338c3 + 1a54e8c commit 891503a
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 7 deletions.
57 changes: 51 additions & 6 deletions src/data/js/5_clickHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -2547,11 +2547,7 @@ function getSelector(host) {
case "lasprovincias.es":
case "diariovasco.com":
case "elnortedecastilla.es":
return _chain(
"#didomi-notice-learn-more-button",
".didomi-consent-popup-actions button:first-child",
'.didomi-button[aria-label*="Disagree"], .didomi-button[aria-label*="Denegar"]'
);
return "#didomi-notice-agree-button";

case "france24.com":
return _chain(
Expand Down Expand Up @@ -7307,7 +7303,7 @@ function getSelector(host) {
".cookie-adjust-modal-static .submit-button"
);
case "jackjones.com":
return ".cookie-notification-buttons > span + button";
return "button.button--block:nth-child(1)";
case "blix.gg":
return _if(
'#__layout > div > div > div[style*="width"] > div > div > a[href*="/glossary/privacy"]',
Expand Down Expand Up @@ -8387,6 +8383,55 @@ function getSelector(host) {
'.modal[style*="block"] .modal-footer input',
'.modal[style*="block"] button[id*="AcceptButton"]'
);
case "bulkapothecary.com":
return 'button[class^="termly-styles-module-root-"]:nth-child(1)';
case "cwauthors.com":
return "button#privacy-trust--close";
case "deep-shine.de":
return "button.btn:nth-child(4)";
case "dirsyncpro.org":
return ".cookie-notice-close";
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":
return "#didomi-notice-agree-button";
case "lesciseauxmagiques.fr":
return "#soy-gtm-disallow-cookies";
case "mazda-autohaus-kaschmieder-waren.de":
return "button.cta:nth-child(2)";
case "monkeytype.com":
return ".rejectAll";
case "namesilo.com":
return "button.bgcw";
case "vantilburgonline.nl":
return "button.btn:nth-child(1)";
case "thunhoon.com":
return ".privacy-concern-close-button";
case "sparkasse-karlsruhe.de":
return ".secondary";
case "rugbycoachweekly.net":
return "#aos-Cookie-Modal-Accept";
case "rockhard.de":
return ".sp_choice_type_11";
case "prenatal.nl":
return "button.btn:nth-child(3)";
case "plus.nl":
return ".gtm-cookies-popup-accept-all-btn";
case "neckermann.at":
return ".cookieSelectOverlayInlineSave > a:nth-child(2)";
case "bernard.fr":
return "button.ot-btn:nth-child(2)";
case "as.com":
return '#redesignCmpWrapper a[href="https://as.com/"]';
case "almaviva.it":
return "#enregistre";
case "vogelsbergkreis.de":
return _chain(
".cookie-consent-form__reject-button",
".cookie-consent-form__save-button"
);
case "yougov.com":
return '.cdk-overlay-container yg-tcf-dialog [data-cy="disagree-button"]';
case "fiveguys.nl":
Expand Down
2 changes: 2 additions & 0 deletions src/data/js/6_cookieHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,8 @@ function getE(hostname) {
return ["privacy_setting=100"];
case "webstore.zvw.de":
return ["trackingAccepted=false"];
case "mysanantonio.com":
return ['_consent_cookie={"services":[]}'];
}

const parts = hostname.split(".");
Expand Down
26 changes: 25 additions & 1 deletion src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -2134,7 +2134,10 @@ 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}" },
"gera.de": { j: 5 },
"vogelsbergkreis.de": { j: 5 },
"motorsport.com": {
s: ".ms-footer-fixbox,.ms-header-messages,#privacy_accept{display:none !important}",
},
Expand Down Expand Up @@ -13947,7 +13950,7 @@ const rules = {
"freesciencelessons.co.uk": {
s: ".divibars-container{display:none !important}",
},
"namesilo.com": { s: "#app > header ~ section{display:none !important}" },
"namesilo.com": { j: 5 },
"hansanders.nl": { s: "#cookie-dialog-wrapper{display:none !important}" },
"hansanders.be": { s: "#cookie-module-js{display:none !important}" },
"airgradient.com": { c: 112 },
Expand Down Expand Up @@ -18334,6 +18337,7 @@ const rules = {
"music.amazon.de": { j: 5 },
"music.amazon.fr": { j: 5 },
"music.amazon.co.uk": { j: 5 },
"as.com": { j: 5 },
"larousse.fr": { j: 5 },
"hellozdrowie.pl": { j: 5 },
"eurogamer.pl": { j: 5 },
Expand Down Expand Up @@ -18491,10 +18495,30 @@ const rules = {
"character.ai": { j: 5 },
"account.yougov.com": { j: 5 },
"order.fiveguys.nl": { j: 5 },
"mysanantonio.com": { j: 6 },
"webstore.zvw.de": { j: 6 },
"bulkapothecary.com": { j: 5 },
"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 },
"lesciseauxmagiques.fr": { j: 5 },
"monkeytype.com": { j: 5 },
"vantilburgonline.nl": { j: 5 },
"thunhoon.com": { j: 5 },
"rugbycoachweekly.net": { j: 5 },
"ezeitung.weser-kurier.de": { j: 3 },
"sparkasse-karlsruhe.de": { j: 5 },
"rockhard.de": { j: 5 },
"plus.nl": { j: 5 },
"neckermann.at": { j: 5 },
"bernard.fr": { j: 5 },
"almaviva.it": { j: 5 },
"blaetterkatalog.welt.de": { j: 3 },
"mazda-autohaus-kaschmieder-waren.de": { j: 5 },
"linasmatkasse.se": { j: 5 },
};

Expand Down

0 comments on commit 891503a

Please sign in to comment.