From c500ab735fcb9fd5f99db18d3405dbcf27279201 Mon Sep 17 00:00:00 2001 From: Maxim Tsoy Date: Mon, 4 Mar 2024 14:50:00 +0100 Subject: [PATCH] Fix a popup on nature.com --- rules/autoconsent/cc-banner-springer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/autoconsent/cc-banner-springer.json b/rules/autoconsent/cc-banner-springer.json index f0a50c10..6d6c1589 100644 --- a/rules/autoconsent/cc-banner-springer.json +++ b/rules/autoconsent/cc-banner-springer.json @@ -13,7 +13,7 @@ "else": [ { "waitForThenClick": ".cc-banner[data-cc-banner] button[data-cc-action=preferences]" }, { "waitFor": ".cc-preferences[data-cc-preferences]" }, - { "click": ".cc-preferences[data-cc-preferences] input[type=radio][data-cc-action=toggle-category][value=off]", "all": true }, + { "click": ".cc-preferences[data-cc-preferences] input[type=radio][data-cc-action=toggle-category][value=off]", "all": true, "optional": true }, { "if": { "exists": ".cc-preferences[data-cc-preferences] button[data-cc-action=reject]" }, "then": [{ "click": ".cc-preferences[data-cc-preferences] button[data-cc-action=reject]" }],