Skip to content

Commit

Permalink
Bugfixes and Prettier run
Browse files Browse the repository at this point in the history
  • Loading branch information
obfuscated-loop committed Jun 15, 2024
1 parent 6f55b6f commit 1a54e8c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 deletions src/data/js/5_clickHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -2547,7 +2547,7 @@ function getSelector(host) {
case "lasprovincias.es":
case "diariovasco.com":
case "elnortedecastilla.es":
return '#didomi-notice-agree-button';
return "#didomi-notice-agree-button";

case "france24.com":
return _chain(
Expand Down Expand Up @@ -7303,7 +7303,7 @@ function getSelector(host) {
".cookie-adjust-modal-static .submit-button"
);
case "jackjones.com":
return "button.button--block:nth-child(1)";
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 @@ -8384,53 +8384,53 @@ function getSelector(host) {
'.modal[style*="block"] button[id*="AcceptButton"]'
);
case "bulkapothecary.com":
return 'button.termly-styles-module-root-f61419:nth-child(1)';
return 'button[class^="termly-styles-module-root-"]:nth-child(1)';
case "cwauthors.com":
return 'button.cookies_btn';
return "button#privacy-trust--close";
case "deep-shine.de":
return 'button.btn:nth-child(4)';
return "button.btn:nth-child(4)";
case "dirsyncpro.org":
return '.cookie-notice-close';
return ".cookie-notice-close";
case "druhotnesuroviny.cz":
return 'a.js-cc-banner-confirmAll-btn:nth-child(2)';
return "a.js-cc-banner-confirmAll-btn:nth-child(2)";
case "gera.de":
return 'button.text-nowrap:nth-child(1)';
return "button.text-nowrap:nth-child(1)";
case "jutarnji.hr":
return '#didomi-notice-agree-button';
return "#didomi-notice-agree-button";
case "lesciseauxmagiques.fr":
return '#soy-gtm-disallow-cookies';
return "#soy-gtm-disallow-cookies";
case "mazda-autohaus-kaschmieder-waren.de":
return 'button._1e1wg:nth-child(2)';
return "button.cta:nth-child(2)";
case "monkeytype.com":
return '.rejectAll';
return ".rejectAll";
case "namesilo.com":
return 'button.bgcw';
return "button.bgcw";
case "vantilburgonline.nl":
return 'button.btn:nth-child(1)';
return "button.btn:nth-child(1)";
case "thunhoon.com":
return '.privacy-concern-close-button';
return ".privacy-concern-close-button";
case "sparkasse-karlsruhe.de":
return '.secondary';
return ".secondary";
case "rugbycoachweekly.net":
return '#aos-Cookie-Modal-Accept';
return "#aos-Cookie-Modal-Accept";
case "rockhard.de":
return '.sp_choice_type_11';
return ".sp_choice_type_11";
case "prenatal.nl":
return 'button.btn:nth-child(3)';
return "button.btn:nth-child(3)";
case "plus.nl":
return '.gtm-cookies-popup-accept-all-btn';
return ".gtm-cookies-popup-accept-all-btn";
case "neckermann.at":
return '.cookieSelectOverlayInlineSave > a:nth-child(2)';
return ".cookieSelectOverlayInlineSave > a:nth-child(2)";
case "bernard.fr":
return 'button.ot-btn:nth-child(2)';
return "button.ot-btn:nth-child(2)";
case "as.com":
return '._5r2nlf4';
return '#redesignCmpWrapper a[href="https://as.com/"]';
case "almaviva.it":
return '#enregistre';
return "#enregistre";
case "vogelsbergkreis.de":
return _chain(
'.cookie-consent-form__reject-button',
'.cookie-consent-form__save-button'
".cookie-consent-form__reject-button",
".cookie-consent-form__save-button"
);
case "yougov.com":
return '.cdk-overlay-container yg-tcf-dialog [data-cy="disagree-button"]';
Expand Down
2 changes: 1 addition & 1 deletion src/data/js/6_cookieHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ function getE(hostname) {
case "webstore.zvw.de":
return ["trackingAccepted=false"];
case "mysanantonio.com":
return ['_consent_cookie={"services":[]}']
return ['_consent_cookie={"services":[]}'];
}

const parts = hostname.split(".");
Expand Down
2 changes: 1 addition & 1 deletion src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -18510,7 +18510,7 @@ const rules = {
"vantilburgonline.nl": { j: 5 },
"thunhoon.com": { j: 5 },
"rugbycoachweekly.net": { j: 5 },
"ezeitung.weser-kurier.de": { j: 3 }
"ezeitung.weser-kurier.de": { j: 3 },
"sparkasse-karlsruhe.de": { j: 5 },
"rockhard.de": { j: 5 },
"plus.nl": { j: 5 },
Expand Down

0 comments on commit 1a54e8c

Please sign in to comment.