Skip to content

Commit

Permalink
prittier
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus committed Dec 25, 2023
1 parent ab0f96a commit 3ebda2d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
18 changes: 9 additions & 9 deletions src/data/js/0_defaultClickHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
'.onetrust-pc-dark-filter:not([class*="hide"]):not([style*="none"]) ~ #onetrust-pc-sdk .onetrust-close-btn-handler:first-child',
],

'.message-container': [
'button.sp_choice_type_12:not(.cmp-no-pur-privacy-btn)',
'.sp_choice_type_SAVE_AND_EXIT',
'div:not(.header) > .sp_choice_type_11:only-of-type:not(:only-child)',
'#notice > div:nth-child(3) .message-column:first-child:not(:only-child) .sp_choice_type_11',
'.sp_choice_type_11.button-responsive-primary',
'.sp_choice_type_13'
],
".message-container": [
"button.sp_choice_type_12:not(.cmp-no-pur-privacy-btn)",
".sp_choice_type_SAVE_AND_EXIT",
"div:not(.header) > .sp_choice_type_11:only-of-type:not(:only-child)",
"#notice > div:nth-child(3) .message-column:first-child:not(:only-child) .sp_choice_type_11",
".sp_choice_type_11.button-responsive-primary",
".sp_choice_type_13",
],

".mfp-wrap.mfp-ready": [
".cookieselection-confirm-selection",
"#gdpr_understandBtn",
Expand Down
10 changes: 6 additions & 4 deletions src/data/js/5_clickHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,10 +529,12 @@ function getSelector(host) {
return ".message-column > p > .sp_choice_type_12, .sp_choice_type_SAVE_AND_EXIT";
case "sourcepoint.theguardian.com":
return "button.sp_choice_type_13, button.sp_choice_type_12, .sp_choice_type_SAVE_AND_EXIT";
case 'cmp.dpgmedia.nl':
case 'cmp.autoweek.nl':
return _chain('.sp_choice_type_12, .tcfv2-stack[title*="Social"] .pm-switch', '.sp_choice_type_SAVE_AND_EXIT');

case "cmp.dpgmedia.nl":
case "cmp.autoweek.nl":
return _chain(
'.sp_choice_type_12, .tcfv2-stack[title*="Social"] .pm-switch',
".sp_choice_type_SAVE_AND_EXIT"
);

case "o2.pl":
case "money.pl":
Expand Down
1 change: 0 additions & 1 deletion src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -16979,7 +16979,6 @@ const rules = {
"tobycarvery.co.uk": { c: 85 },
"toshiba-aircondition.com": { c: 85 },
"autoweek.nl": { j: 5 },

};

const blockUrls = {
Expand Down

0 comments on commit 3ebda2d

Please sign in to comment.