Style to invert the actual map. Not a full dark mode theme.
Can be used in combination with an actual dark google theme but also improves the nightmode experience on it's own.
Can slow down scrolling...
Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/76618.user.css
Authorstormi
LicenseNO-REDISTRIBUTION
Categorygoogle
Created
Updated
Size701 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Style to invert the actual map. Not a full dark mode theme.
Can be used in combination with an actual dark google theme but also improves the nightmode experience on it's own.
Can slow down scrolling...
13.05.2019 - Now only applies to maps view - thanks @franklywhynot
/* ==UserStyle==
@name Google Maps Dark Nightmode - invert maps
@namespace USO Archive
@author stormi
@description `Style to invert the actual map.Can slow down scrolling...`
@version 20190513.23.19
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document regexp("https?://www\\.google\\..*/maps.*[0-9](z/data.*|z)") {
#scene {background: #222 !important}
#app-container/*[class="vasquette"]*/ #scene /*.widget-scene-canvas */ {
filter: invert(100%) hue-rotate(180deg);
transform: translate3d(0,0,0);
-webkit-filter: invert(100%) hue-rotate(180deg);
-webkit-transform: translate3d(0,0,0)}
}