https://github.com/rythenglyth/darkmodeextension
simple extension that allows you to toggle dark mode on any website using the `invert` css filter
https://github.com/rythenglyth/darkmodeextension
chrome-extension chromium-extension cssfilter dark dark-mode dark-theme darkmode extension-chrome
Last synced: about 2 months ago
JSON representation
simple extension that allows you to toggle dark mode on any website using the `invert` css filter
- Host: GitHub
- URL: https://github.com/rythenglyth/darkmodeextension
- Owner: RythenGlyth
- Created: 2024-07-23T15:34:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T11:02:10.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T17:13:24.787Z (about 1 year ago)
- Topics: chrome-extension, chromium-extension, cssfilter, dark, dark-mode, dark-theme, darkmode, extension-chrome
- Language: JavaScript
- Homepage:
- Size: 377 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dark Mode Extension
This is a simple extension that allows you to toggle dark mode on any website. It uses the `invert` CSS filter to invert the colors of the website.
This is a simple way to get dark mode on any website, but it may not work perfectly on all websites.
The extension allows you to toggle dark mode on and off by clicking the extension icon in the browser toolbar or by using the keyboard shortcut `Ctrl+Q`. You can also set the extension to automatically enable dark mode on websites which seem to have a light color scheme. Moreover, you can invert the colors of single elements using the context menu to fix issues with websites that don't work well with the extension.
## Preview
preview of https://en.wikipedia.org/wiki/Light-on-dark_color_scheme

## Installation
Download the extension and unzip the folder. Open the Extensions page in your browser (chrome://extensions) and enable Developer mode. Click on "Load unpacked" and select the unzipped folder or simply drag and drop the folder into the Extensions page.