Skip to content

Commit

Permalink
Added support for all3dp.com
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus committed Dec 20, 2023
1 parent a446e2e commit 87b9faf
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 @@ -7210,6 +7210,8 @@ function getSelector(host) {
case "zdf.de":
case "3sat.de":
return '#zdf-cmp-consent-sdk[style*="block"] #zdf-cmp-deny-btn';
case 'all3dp.com': return _if('.pur-root a[href*="cookie-policy"]', '.pur-root button:only-child');

}

if (host.parts.length > 2) {
Expand Down
1 change: 1 addition & 0 deletions src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -16870,6 +16870,7 @@ const rules = {
"3sat.de": { j: 5 },
"heise.de": { j: 5 },
"temu.com": { j: 6 },
"all3dp.com": { j: 5 },
};

const blockUrls = {
Expand Down

0 comments on commit 87b9faf

Please sign in to comment.