UNPKG

@cliqz/autoconsent

Version:

This is a library of rules for navigating through common consent popups on the web. These rules can be run in a Firefox webextension, or in a puppeteer orchestrated headless browser. Using these rules, opt-in and opt-out options can be selected automatica

14 lines 463 B
{ "name": "w18lara", "detectCmp": [{ "exists": "#w18lara_tgplugin_consent" }], "detectPopup": [{ "visible": "#w18lara_tgplugin_consent" }], "optOut": [ { "click": ".w18lara_tgplugin_consent_consentlink" }, { "click": ".w18lara_tgplugin_consent_toolcheck_check:checked", "all": true }, { "click": ".w18lara_tgplugin_consent_contentfooterbutton" } ], "optIn": [{ "click": ".w18lara_tgplugin_consent_generalconsentbutton" }] }