commit
ab74ee9811
@ -12580,3 +12580,4 @@ body#Index.Matriculas > div#overlay
|
|||||||
#cookie-popup-with-overlay
|
#cookie-popup-with-overlay
|
||||||
.wt-cli-cookie-bar-container
|
.wt-cli-cookie-bar-container
|
||||||
html[id="facebook"] > body > div.__fb-light-mode
|
html[id="facebook"] > body > div.__fb-light-mode
|
||||||
|
.cookie-notice-message
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Do Not Consent",
|
"name": "Do Not Consent",
|
||||||
"version": "4.0.1",
|
"version": "4.0.2",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_appDesc__",
|
"description": "__MSG_appDesc__",
|
||||||
"icons": {
|
"icons": {
|
||||||
|
@ -51,7 +51,8 @@ const fix = () => {
|
|||||||
if (body) body.style.setProperty("overflow-y", "unset", "important");
|
if (body) body.style.setProperty("overflow-y", "unset", "important");
|
||||||
if (facebook) facebook.style.setProperty("position", "unset", "important");
|
if (facebook) facebook.style.setProperty("position", "unset", "important");
|
||||||
if (html) html.style.setProperty("overflow-y", "unset", "important");
|
if (html) html.style.setProperty("overflow-y", "unset", "important");
|
||||||
if (!loading) html.style.setProperty("opacity", "1", "important");
|
if (body && !loading) body.style.setProperty("opacity", "1");
|
||||||
|
if (html && !loading) html.style.setProperty("background-color", "initial");
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
html {
|
body {
|
||||||
opacity: 0 !important;
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
html {
|
||||||
|
background-color: #424242;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user