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

13 lines (12 loc) 199 B
{ "extends": "airbnb", "env": { "browser": true }, "rules": { "class-methods-use-this": 0, "no-param-reassign": 0, "arrow-body-style": 0, "prefer-default-export": 1 } }