From be0f8a03190bd7bb95af7a0bdc64674a8c36d206 Mon Sep 17 00:00:00 2001 From: Greg-21 <34160838+Greg-21@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:55:08 +0100 Subject: [PATCH] Added a new rule for action.com --- cookie-banner-rules-list.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cookie-banner-rules-list.json b/cookie-banner-rules-list.json index 5b7dcf2..f2a9206 100644 --- a/cookie-banner-rules-list.json +++ b/cookie-banner-rules-list.json @@ -5964,6 +5964,15 @@ "optOut": ".decline-button", "optIn": ".agree-button" } + }, + { + "id": "04afc564-14b2-4c56-b72d-47a26e121f3b", + "domains": ["action.com"], + "click": { + "presence": "#cookiebanner", + "optOut": "#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll", + "optIn": "#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll" + } } ] }