stattracker.x10host.com - Dark Mode

Dark Theme for Strava Stat Tracker

2024-12-23 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey, Greasemonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्क्रिप्ट व्यवस्थापक एक्स्टेंशन इंस्टॉल करावे लागेल.

(माझ्याकडे आधीच युझर स्क्रिप्ट व्यवस्थापक आहे, मला इंस्टॉल करू द्या!)

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

(माझ्याकडे आधीच युझर स्टाईल व्यवस्थापक आहे, मला इंस्टॉल करू द्या!)

/* ==UserStyle==
@name           stattracker.x10host.com - Dark Mode
@namespace      typpi.online
@version        1.1.0
@description    Dark Theme for Strava Stat Tracker
@author         Nick2bad4u
@license        UnLicense
@homepageURL    https://github.com/Nick2bad4u/UserStyles
==/UserStyle== */
@-moz-document domain("stattracker.x10host.com") {
	/* Invert colors except images and videos */
	:is(
		html:not([stylus-iframe]),
		img,
		svg:not(
				.leaflet-container
					.leaflet-overlay-pane
					svg,
				.leaflet-container
					.leaflet-marker-pane
					img,
				.leaflet-container
					.leaflet-shadow-pane
					img,
				.leaflet-container .leaflet-tile-pane img,
				.leaflet-container
					img.leaflet-image-layer,
				.leaflet-container .leaflet-tile
			),
		video
	),
	.filter-section-select td,
	.check-options-table td,
	.column-Quick-filters,
	.dataTable td,
	.dataTable th,
	.quick-filters,
	#scatterGraphGrid td,
	#progressGraphAxis td,
	#progressGraphAxis td:nth-child(1) {
		background: black;
		color: white;
	}

	.dashboardTable tr:nth-child(odd) {
		background: #262626;
	}

	.dashboardTable th {
		background: #003000;
	}

	body > header > div > div:nth-child(2) > img {
		filter: invert(1) hue-rotate(180deg);
		background: unset !important;
	}

	.progressSummaryTable tr:nth-child(odd),
	.logBook-dataDiv {
		background: unset !important;
	}

	#mapContainer,
	.leaflet-container.leaflet-touch-drag,
	.leaflet-container,
	#heatmap,
	#mapHead {
		background: #fff0 !important;
	}
}