chrome extension · google docs & drive

The dark mode Google forgot to ship.

Google Docs still opens as a bright white page at 2am. DocsNight fixes that specifically — no flash, no fighting the canvas renderer, under 50KiB, zero network requests.

accounts · you@example.com
Untitled document
↓ Download DocsNight v0.1.0 .zip · unpacked install below
why a dedicated extension

Docs isn't a normal web page

Generic dark-mode extensions invert or filter the DOM — and Google Docs doesn't render its page as normal DOM. Large parts of the editor are drawn on canvas, which generic filters either miss entirely or mangle. DocsNight targets Docs and Drive specifically, so the editor, menus, and canvas layer stay legible together.

three filter modes

Pick how dark is dark

Toggle instantly with Alt+Shift+D, or set a default and forget it.

Dim
Softens the white without inverting colors or images.
Invert
Full dark canvas, closest to a native dark theme.
Off
Back to stock Docs, per-tab, no reload needed.
footprint

Small on purpose

No frameworks, no bundler runtime shipped to the browser, no telemetry to phone home to. The whole extension is lighter than the favicon of most sites it's meant to darken.

< 50KiB 0 dependencies 0 network requests Manifest V3
install

Not on the Web Store yet

DocsNight is distributed directly for now — Chrome won't install a downloaded .zip in one click, so it's a short manual load:

Download the .zip above and unzip it anywhere on disk.

Open chrome://extensions in a new tab.

Turn on Developer mode (top-right toggle).

Click Load unpacked and select the unzipped folder.