Skip to content

mywindsock.com - Dark Mode by Nick2bad4u

Imported and mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/mywindsock-darkmode.user.css

Screenshot of mywindsock.com - Dark Mode

Details

AuthorNick2bad4u

LicenseUnLicense

Categorymywindsock

Created

Updated

Size779 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for MyWindSock

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           mywindsock.com - Dark Mode
@namespace      typpi.online
@version        1.0.2
@description    Dark mode for MyWindSock
@author         Nick2bad4u
@license        UnLicense
@homepageURL    https://github.com/Nick2bad4u/UserStyles
==/UserStyle== */
@-moz-document domain("mywindsock.com") {
	/* Invert colors except images and videos */
	:is(
		html:not([stylus-iframe]),
		img,
		svg,
		video,
		#app_btns,
		.hide_show,
		#splash-overlay,
		#splash,
		#chartarea
	) {
		filter: invert(1) hue-rotate(180deg) !important;
	}
	#options-underlay,
	#login-underlay,
	#notice-underlay,
	.underlay,
	#chartarea_premium {
		opacity: 0%;
	}
	#premium-chart-cta,
	#chartarea_premium,
	#popup-modal,
	#popup_modal_underlay {
		display: none !important;
	}
}

Reviews

No reviews yet.