Skip to content

Commit

Permalink
Fix a popup on nature.com
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Mar 4, 2024
1 parent 6c27643 commit c500ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/autoconsent/cc-banner-springer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]" }],
Expand Down

0 comments on commit c500ab7

Please sign in to comment.