@duckduckgo/autoconsent
Advanced tools
Comparing version 10.3.1 to 10.3.2
{ | ||
"name": "@duckduckgo/autoconsent", | ||
"version": "10.3.1", | ||
"version": "10.3.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/autoconsent.cjs.js", |
{ | ||
"name": "strato.de", | ||
"prehideSelectors": ["#cookie_initial_modal", ".modal-backdrop"], | ||
"prehideSelectors": [".consent__wrapper"], | ||
"runContext": { | ||
"urlPattern": "^https://www\\.strato\\.de/" | ||
}, | ||
"detectCmp": [{ "exists": "#cookie_initial_modal" }], | ||
"detectPopup": [{ "visible": "#cookie_initial_modal" }], | ||
"detectCmp": [{ "exists": ".consent" }], | ||
"detectPopup": [{ "visible": ".consent" }], | ||
"optIn": [{ | ||
"click": "button#jss_consent_all_initial_modal" | ||
"click": "button.consentAgree" | ||
}], | ||
"optOut": [ | ||
{ | ||
"click": "button#jss_open_settings_modal" | ||
"click": "button.consentSettings" | ||
}, | ||
{ | ||
"click": "button#jss_consent_checked" | ||
"waitForThenClick": "button#consentSubmit" | ||
} | ||
] | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2355447
65533