Skip to content

17track.net - Dark Mode by Nick2bad4u

Mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/17track.net-DarkMode.user.css

Screenshot of 17track.net - Dark Mode

Details

AuthorNick2bad4u

LicenseUnLicense

Category17track

Created

Updated

Size898 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

17track.net - Dark Mode!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         17track.net - Dark Mode
@version      20241115.05.16
@namespace    typpi.online
@description  17track.net - Dark Mode!
@homepageURL  https://github.com/Nick2bad4u/UserStyles
@supportURL   https://github.com/Nick2bad4u/UserStyles/issues
@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;
	}
}

Reviews

No reviews yet.