Skip to content

Google Maps Dark Nightmode - invert maps by stormi

Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/76618.user.css

Screenshot of Google Maps Dark Nightmode - invert maps

Details

Authorstormi

LicenseNO-REDISTRIBUTION

Categorygoogle

Created

Updated

Size701 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

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...

Notes

13.05.2019 - Now only applies to maps view - thanks @franklywhynot

Source code

/* ==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)}
}

Reviews

No reviews yet.