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
Size674 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.13
@namespace https://userstyles.world/user/Nick2bad4u
@description 17track.net - Dark Mode
@author Nick2bad4u
@license UnLicense
==/UserStyle== */
@-moz-document domain("17track.net") {
/* Base dark mode filter */
html
{
filter: invert(1) hue-rotate(180deg) !important;
background: white;
}
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;
}
}