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

8 lines (7 loc) 257 B
{ "name": "hubspot", "detectCmp": [{ "exists": "#hs-eu-cookie-confirmation" }], "detectPopup": [{ "visible": "#hs-eu-cookie-confirmation" }], "optIn": [{ "click": "#hs-eu-confirmation-button" }], "optOut": [{ "click": "#hs-eu-decline-button" }] }