/predefined-cookie-loader

A browser extension that loads predefined 🍪 cookies into the browser

Primary LanguageJavaScriptMIT LicenseMIT

predefined-cookie-loader Latest Version Firefox Addon Known Vulnerabilities

A browser extension that loads predefined 🍪 cookies into the browser

Install

Build status

Branch Build
master build
develop build develop

Use cases

Private browsing

Your browser automatically deletes everything after you closed it?

And when you start it again everything is full of "We use cookies"-popups?

Now you can preload the corresponding cookies and surf 🏄‍ the web in peace

Example configuration
{
  "<wellknownSearchEngine>.com": [
    {
      "name": "CONSENT",
      "value": "YES+",
      "secure": true
    }
  ],
  "<wellknownVideoPlatform>.com": [
    {
      "name": "CONSENT",
      "value": "YES+",
      "secure": true
    }
  ]
}