From 6de6c044c21abf2a85b45b0d458cfd103aa461b0 Mon Sep 17 00:00:00 2001 From: Abhishek Madan Date: Wed, 22 Nov 2023 14:14:11 -0500 Subject: [PATCH 1/2] Added support for microsoft and office --- cookie-banner-rules-list.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cookie-banner-rules-list.json b/cookie-banner-rules-list.json index 07203bf..6f42d56 100644 --- a/cookie-banner-rules-list.json +++ b/cookie-banner-rules-list.json @@ -406,13 +406,13 @@ }, { "click": { - "optIn": "div.uiLayer div > button[type=submit]", - "optOut": "div.uiLayer div > button + button[type=submit]", - "presence": "div#cookie-banner" + "optIn": "div._2j0fmugLb1FgYz6KPuB91w > button", + "optOut": "div._2j0fmugLb1FgYz6KPuB91w > button + button", + "presence": "div#cookie-banner, #wcpConsentBannerCtrl" }, "cookies": {}, "id": "f899d35e-20af-4cfb-9856-143a80b86ba9", - "domains": ["azure.microsoft.com"] + "domains": ["microsoft.com","office.com"] }, { "id": "71443ce9-15b8-4e07-b51b-1f2158521ea9", From dcb3a2b5db4fc60b4601a4fb46b42f22f7226aaf Mon Sep 17 00:00:00 2001 From: abhishekmadan30 <148475204+abhishekmadan30@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:14:58 -0500 Subject: [PATCH 2/2] fixed formatting error --- cookie-banner-rules-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookie-banner-rules-list.json b/cookie-banner-rules-list.json index 6f42d56..2dece59 100644 --- a/cookie-banner-rules-list.json +++ b/cookie-banner-rules-list.json @@ -412,7 +412,7 @@ }, "cookies": {}, "id": "f899d35e-20af-4cfb-9856-143a80b86ba9", - "domains": ["microsoft.com","office.com"] + "domains": ["microsoft.com", "office.com"] }, { "id": "71443ce9-15b8-4e07-b51b-1f2158521ea9",