Dark Mode Toggle

dark mode using inversion, double-hit Esc for toggle button

目前為 2025-06-30 提交的版本,檢視 最新版本

作者
Alistair1231
評價
0 0 0
版本
0.3.0
建立日期
2025-03-16
更新日期
2025-06-30
尺寸
3.4 KB
授權條款
GPL-3.0
腳本執行於
所有網站

Dark Mode Toggle

I got frustrated with how complex and unreliable existing dark mode methods were, so I made a very simple one myself. It simply inverts the colors of the page, while keeping images and videos the same.

Double-Hit Esc to shortly display the toggle button. Dark Mode state is saved in window.localStorage.darkMode for persistence.

Style loads very early to avoid white flash.

Button:

Before:

After: