Dark interface for skyeng
Dark SkyEng by ghotriw
Details
Authorghotriw
LicenseGNU General Public License v3
CategorySkyEng
Created
Updated
Size890 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Dark SkyEng
@version 20240123.02.10
@namespace ?
==/UserStyle== */
@-moz-document regexp("https://([a-zA-Z0-9-]+\\.)*skyeng\\.ru/.*") {
:root {
--contrast-value: 85;
--contrast-general: calc(var(--contrast-value)/100);
--contrast-images: calc(1/var(--contrast-value)*100);
}
html {
filter: invert(1) hue-rotate(180deg) contrast(var(--contrast-general));
}
img:not(.logo-icon, .cdk-overlay-container .stories img),
video,
[style*="background-image"]:not(.-view-secondary),
iframe,
.stories .story .caption,
[skytranslationguard="ds-modal-dialog"] {
filter: invert(1) hue-rotate(180deg) contrast(var(--contrast-images));
}
.cdk-overlay-container ds-dialog-overlay > div.root {
background-color: #f0f0f0b8;
}
}