Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.97 KB

README.md

File metadata and controls

41 lines (35 loc) · 1.97 KB

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
    }
  ]
}