Skip to content

ensag-dev/predefined-cookie-loader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A browser extension that loads predefined 🍪 cookies into the browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.1%
  • CSS 23.0%
  • HTML 22.9%