fix(data): issue #273
This commit is contained in:
commit
6562f93e74
@ -12768,4 +12768,5 @@ s4s-privacy-module
|
||||
tp-yt-iron-overlay-backdrop
|
||||
#wxp_gdpr_container
|
||||
#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]"]
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Cookie Dialog Monster",
|
||||
"version": "6.4.2",
|
||||
"version": "6.4.3",
|
||||
"default_locale": "en",
|
||||
"description": "__MSG_appDesc__",
|
||||
"icons": {
|
||||
|
@ -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]) {
|
||||
element?.classList.remove(...(data?.classes ?? []));
|
||||
element?.style.setProperty('position', 'initial', 'important');
|
||||
|
Loading…
Reference in New Issue
Block a user