From 8f6bc3dc0a72b5a94c8c2fec31ec03007d29aac7 Mon Sep 17 00:00:00 2001 From: metametapod <80652640+metametapod@users.noreply.github.com> Date: Fri, 17 Nov 2023 10:15:43 +0000 Subject: [PATCH] Add additional site rules (#275) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add rule for traderjoes.com * Add rule for project529.com * Add rule for openwrt.org * Add rule for vegetology.com --------- Co-authored-by: Paul Zühlcke --- cookie-banner-rules-list.json | 57 +++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/cookie-banner-rules-list.json b/cookie-banner-rules-list.json index eda4ee7..6dfa2a0 100644 --- a/cookie-banner-rules-list.json +++ b/cookie-banner-rules-list.json @@ -5492,6 +5492,63 @@ } ] } + }, + { + "id": "f7633fd9-05a0-4c21-b9e7-acfcd5df5234", + "domains": ["vegetology.com"], + "cookies": { + "optIn": [ + { + "name": "cookieNotification", + "value": "true" + } + ] + }, + "click": { + "optIn": "div[data-name=\"comp-banner\"] button[aria-label=\"Dismiss\"]", + "presence": "div[data-name=\"comp-banner\"]" + } + }, + { + "id": "14ea41fa-68ac-4c12-b906-7d2a259d5fb7", + "domains": ["openwrt.org"], + "cookies": { + "optIn": [ + { + "name": "cookielaw", + "value": "1" + } + ] + }, + "click": { + "optIn": ".cookielaw-banner .btn-default", + "presence": ".cookielaw-banner" + } + }, + { + "id": "a029bf7e-3274-4877-967e-e7517457ac18", + "domains": ["project529.com"], + "cookies": { + "optOut": [ + { + "name": "cookies_ok", + "value": "false" + } + ] + }, + "click": { + "optOut": "#cancel", + "presence": "#gdpr", + "hide": "section[aria-label=\"GDPR\"]" + } + }, + { + "id": "87cbcbb6-b531-4c9c-889a-aaa5678c06c5", + "domains": ["traderjoes.com"], + "click": { + "optOut": ".CookiesAlert_cookiesAlert__3qSl1 .Button_button__3Me73", + "presence": ".CookiesAlert_cookiesAlert__3qSl1" + } } ] }