From f8f2e64aefe73de2e237716f7caaf51f29c2374e Mon Sep 17 00:00:00 2001 From: wanhose Date: Sat, 19 Oct 2024 11:48:24 +0200 Subject: [PATCH] fix(database): issue #118 --- database.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database.json b/database.json index 6ea68d1..6b1cb06 100644 --- a/database.json +++ b/database.json @@ -7104,7 +7104,7 @@ "[style*=\"bg_cookies.jpg\"]", "[style*=\"cookie-consent-zindex\"]", "[style=\"inset: 0px; width: 100%; height: 100%; box-sizing: border-box; position: fixed; touch-action: none; padding: 20px; z-index: 10; display: flex; flex-direction: row; gap: 20px; justify-content: center; pointer-events: none;\"]:has([href=\"/privacy-policy\"])", - "[style=\"inset: 0px; width: 100%; height: 100%; box-sizing: border-box; position: fixed; touch-action: none; padding: 20px; z-index: 10; display: flex; flex-direction: row; gap: 20px; justify-content: center; pointer-events: none;\"]:has(href=\"/cookie-policy\")", + "[style=\"inset: 0px; width: 100%; height: 100%; box-sizing: border-box; position: fixed; touch-action: none; padding: 20px; z-index: 10; display: flex; flex-direction: row; gap: 20px; justify-content: center; pointer-events: none;\"]:has([href=\"/cookie-policy\"])", "[style=\"opacity: 1; display: flex;\"]:has(#ac)", "[style=\"z-index: 4;\"]:has([role=\"dialog\"] [data-anchor-id=\"cookie-policy\"])", "[tile-id=\"gdpr-banner\"]", @@ -14027,5 +14027,5 @@ "ytm-consent-bump-v2-renderer" ] }, - "version": "1729329954105" + "version": "1729331285138" }