Merge pull request #870 from wanhose/v7.2.1

7.2.1
This commit is contained in:
wanhose 2024-08-31 11:14:14 +02:00 committed by GitHub
commit 1d7a7138a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Cookie Dialog Monster",
"version": "7.2.0",
"version": "7.2.1",
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {

View File

@ -406,7 +406,7 @@ function run(params = {}) {
if (params.elements === undefined && params.containers?.length) {
clean(
params.containers
.flatMap((container) => document.querySelector(container).children)
.flatMap((container) => document.querySelector(container)?.children ?? [])
.flatMap((node) => filterNodeEarly(node))
);
}

View File

@ -33,6 +33,10 @@
{
"version": "7.2.0",
"update_link": "https://www.cookie-dialog-monster.com/releases/7.2.0.xpi"
},
{
"version": "7.2.1",
"update_link": "https://www.cookie-dialog-monster.com/releases/7.2.1.xpi"
}
]
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.