Did someone say cookie consent dialogs? 😋 https://www.cookie-dialog-monster.com
Go to file
2021-04-11 19:39:40 +02:00
_locales refactor: move one level up removing src structure 2021-04-08 23:52:52 +02:00
assets refactor(assets): structure and add self-hosted fonts 2021-04-11 11:42:09 +02:00
data feat(data): add new elements 2021-04-11 12:41:45 +02:00
docs refactor: move one level up removing src structure 2021-04-08 23:52:52 +02:00
scripts fix(scripts): restore facebook scroll 2021-04-11 19:39:29 +02:00
styles rename(styles): index to globals and add new styles 2021-04-11 11:42:36 +02:00
LICENSE feat(LICENSE): replace it by open-source license 2020-04-19 16:46:34 +02:00
manifest.json chore(manifest): upgrade version 2021-04-11 19:39:40 +02:00
popup.html feat(popup): set switch checked by default 2021-04-11 12:47:23 +02:00

Do Not Consent

An extension that allows you to remove cookie consent dialogs automatically.

Downloads

Compatibility

  • Google Chrome 67+.
  • Microsoft Edge 79+.
  • Mozilla Firefox 48+.
  • Opera 48+.

Installation (on Google Chrome)

  1. Clone this repository.
  2. Go to chrome://extensions.
  3. Enable Developer mode by clicking the toggle switch next to Developer Mode.
  4. Then, click the LOAD UNPACKED button and select the src cloned folder.
  5. That's all, you have a development build of this extension.

Installation (on Mozilla Firefox)

  1. Clone this repository.
  2. Go to about:debugging.
  3. Enter This Firefox section.
  4. Then, click the LOAD TEMPORARY ADD-ON button and select any file inside src cloned folder.
  5. That's all, you have a development build of this extension.

Installation (on Microsoft Edge)

  1. Clone this repository.
  2. Go to edge://extensions.
  3. Enable Developer mode by clicking the toggle switch next to Developer Mode.
  4. Then, click the LOAD UNPACKED button and select the src cloned folder.
  5. That's all, you have a development build of this extension.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT