17track.net - Dark Mode!
17track.net - Dark Mode by Nick2bad4u
Mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/17track.net-DarkMode.user.css
Details
AuthorNick2bad4u
LicenseUnLicense
Category17track
Created
Updated
Size864 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 17track.net - Dark Mode
@version 20241115.05.15
@namespace https://userstyles.world/user/Nick2bad4u
@description 17track.net - Dark Mode!
@homepageURL https://github.com/Nick2bad4u/UserStyles
@author Nick2bad4u
@license UnLicense
@var color baseColor "Base Color" #ffffff
==/UserStyle== */
@-moz-document domain("17track.net") {
/* Use the variables for colors */
:root {
--baseColor: var(baseColor);
}
/* Base dark mode filter */
html {
filter: invert(1) hue-rotate(180deg) !important;
background: var(--baseColor);
}
img,
video,
trk-shared-icon > svg > use,
header > nav {
filter: invert(1) hue-rotate(180deg) !important;
}
.up-deals-img,
.up-deals,
.tracklist-details
> .yqcr-action
> .hidden-xs
> .up-deals,
.chart-gpt-text,
.chart-gpt-icon {
display: none;
}
}