You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
An extension for Google Chrome (and Chromium) that inverts the luminance ofwebsites to make them easier on the eyes.
Warning: because of the way this extension inverts the luminance ofrendered pages, it may cause noticeable slowdowns for some users. If thishappens, try pasting chrome://flags/ into your URL bar and click 'enable' onthe "Override software rendering list" option. Otherwise, you may preferanother extension that uses custom CSS to set the default background and textcolor of web pages.
Details
Invert the brightness of the web without changing the colors! Useful as a nightmode to darken most bright web sites (like Google), or just for making the websoothing black instead of glaring white. Tries not to ruin images by blowingout the contrast or changing the colors. It also offers a low-contrast mode andthree strategies for dealing with images, configurable on a per-site basis!
Invert Everything
In this mode, the luminance is inverted on everything, including all images.
Keep Images Normal
In this mode, the plugin tries to avoid inverting the luminance on all images.Useful for websites that make strange decisions about image types (e.g., usingPNGs for photos).
Smart Invert Images
The default--this mode tries to intelligently choose whether images should beinverted or not based on criteria like the following:
Avoid inverting videos.
Since PNGs and GIFs are often used as stylistic elements and logos, they aretypically safe to invert without looking strange. These images are detectedby their file extensions.
Other images (in particular JPEGs) are typically photos that are oftenunrecognizable when inverted, so avoid inverting these.
Low Contrast
This mode does not invert the luminance of the site. It only lowers thecontrast. Useful for sites that are mostly dark but have large, bright sectionsthat are distracting.
Dim
This mode does not invert the luminance of the site. It lowers the brightnessonly.
Additional Options
Low Contrast
Reduce the contrast on any page in addition to any of the above page filters.
Aggressively Invert Text Input
Force certain text inputs to white text on black in an inversion mode.
Kill Backgrounds
Force the main page background to black and remove any background images on thepage.
Avoid Inverting Dark Sites
Detects whether a web page seems like it's already using a dark mode anddoesn't apply the inversion to those pages.
Installation
The latest release is always available on the Chrome Web Store. Search for"Deluminate". The master branch always points to the latest Chrome Web Storerelease code. Check out the dev branch if you want to see the latest unreleasedfeatures, but only if you are willing to put up with more bugs.
About
An extension for Google Chrome (and Chromium) that inverts the luminance of websites.