Skip to content

litetex/predefined-cookie-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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