Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.49 KB

README.md

File metadata and controls

39 lines (33 loc) · 1.49 KB

Latest Version build Firefox Addon

predefined-cookie-loader

A browser extension that loads predefined 🍪 cookies into the browser

Install

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