Skip to content

Google maps dark by yukulele

Details

Authoryukulele

LicenseNo License

Categorygoogle.com/maps

Created

Updated

Size704 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Google maps dark mode

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Google maps dark
@namespace      @yukulele:google-maps-dark
@author         yukulele
@description    Google maps dark mode
@version        1.0.0
==/UserStyle== */
@-moz-document regexp("https?://www\\.google\\..*/maps/.*") {
	html,
	#minimap {
		filter: invert(100%) hue-rotate(0.5turn);
	}
}

@-moz-document regexp("https?://www\\.google\\..*/maps/.*[0-9](t/data.*|t)") {
	html {
		filter: none;
	}
}
@-moz-document regexp("https?://www\\.google\\..*/maps/.*[0-9]([mh]/data.*|[mh])") {
	#scene {
		background: #222 !important
	}
	#app-container #scene,
	#app-container .app-viewcard-strip {
		filter: invert(100%) hue-rotate(0.5turn);
	}
	#minimap {
		filter: none;
	}
}

Reviews

No reviews yet.