fix(data): issue #273

This commit is contained in:
angel_luis_vn 2023-10-11 11:40:59 +02:00
commit 6562f93e74
3 changed files with 3 additions and 2 deletions

View File

@ -12768,4 +12768,5 @@ s4s-privacy-module
tp-yt-iron-overlay-backdrop tp-yt-iron-overlay-backdrop
#wxp_gdpr_container #wxp_gdpr_container
#bcc-outer #bcc-outer
#StickieCookies
[class="block z-50 w-full max-w-full md:max-w-small fixed bottom-0 left-0 md:bottom-[20px] md:left-[20px]"] [class="block z-50 w-full max-w-full md:max-w-small fixed bottom-0 left-0 md:bottom-[20px] md:left-[20px]"]

View File

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

View File

@ -177,7 +177,7 @@ function fix() {
} }
} }
if (skips.some((x) => hostname.match(x.replace(/\*/g, '[^ ]*')))) { if (skips.some((x) => !hostname.match(x.replace(/\*/g, '[^ ]*')))) {
for (const element of [document.body, document.documentElement]) { for (const element of [document.body, document.documentElement]) {
element?.classList.remove(...(data?.classes ?? [])); element?.classList.remove(...(data?.classes ?? []));
element?.style.setProperty('position', 'initial', 'important'); element?.style.setProperty('position', 'initial', 'important');