Did someone say cookie consent dialogs? 😋 https://www.cookie-dialog-monster.com
Go to file
2022-03-30 22:55:31 +02:00
_locales refactor(locales): add space at toggle text end 2021-11-08 17:33:29 +01:00
assets feat(assets): update icons 2021-10-05 08:58:49 +02:00
data feat(data): add new data 2022-03-30 22:55:31 +02:00
docs feat(data): add new elements 2021-10-28 23:56:31 +02:00
scripts fix: minor bugs 2022-01-20 15:40:41 +01:00
styles feat: edge cases support increased 2021-11-07 14:04:48 +01:00
.gitignore chore: add gitignore 2022-01-20 15:25:46 +01:00
LICENSE feat(LICENSE): replace it by open-source license 2020-04-19 16:46:34 +02:00
manifest.json chore(manifest): add youtube embed to exclusions and upgrade version 2022-01-20 15:30:35 +01:00
popup.html feat(popup): replace text by i18n data attributes 2021-11-08 17:10:21 +01:00

Cookie Monster Dialog

A browser extension that eats cookie consent dialogs.

Downloads

Compatibility

  • Google Chrome 51+.
  • Microsoft Edge 15+.
  • Mozilla Firefox 54+.
  • Opera 38+.

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 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 the 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 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