Skip to content

Commit

Permalink
Merge branch 'master' into benni347/monkeytype
Browse files Browse the repository at this point in the history
  • Loading branch information
benni347 authored Apr 9, 2024
2 parents ed98118 + a93d2c3 commit 70541c7
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 6 deletions.
35 changes: 30 additions & 5 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 @@ -8389,6 +8385,35 @@ function getSelector(host) {
);
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 '._5r2nlf4';
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
16 changes: 15 additions & 1 deletion src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -2134,7 +2134,9 @@ 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}" },
"vogelsbergkreis.de": { j: 5 },
"motorsport.com": {
s: ".ms-footer-fixbox,.ms-header-messages,#privacy_accept{display:none !important}",
},
Expand Down Expand Up @@ -13947,7 +13949,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 +18336,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 +18494,21 @@ 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 },
"krant.bndestem.nl": { j: 3 },
"ezeitung.weser-kurier.de": { j: 3 },
"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 },
};

Expand Down

0 comments on commit 70541c7

Please sign in to comment.