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

11 lines 306 B
{ "name": "Sirdata", "detectCmp": [{ "exists": "div[class^='sd-cmp-'" }], "detectPopup": [{ "visible": ".sd-cmp-3HtX8,.sd-cmp-1Og94" }], "optIn": [{ "click": ".sd-cmp-ieaP1" }], "optOut": [ { "click": ".sd-cmp-1Q99t" }, { "click": ".sd-cmp-2DJbe" }, { "click": ".sd-cmp-2F7Cs" } ] }