Show HN: Dark Reader extension – Dark mode for every website
61–70 of 180 posts
Re: Show HN: Dark Reader extension – Dark mode for every website
#62prefer this, and cheaper : https://itunes.apple.com/ca/app/dark-mode-for-safari/id13971...
Re: Show HN: Dark Reader extension – Dark mode for every website
#63I tried this a few months back, I liked the visual effect and the configuration flexibility, but it ate at my CPU waaay too much. Anybody else have this? Was meaning to look for a lightweight alternative. Maybe I'll try this extension again to see if it's still a resource hog. Note: I'm on Firefox.
Just added the extension to give it a whirl. My CPU usage is 3% to 4%, memory is ~37%, on an i7 wih 16 GB RAM (and about 100 tabs open in Firefox). I like it. I was looking for something like that for a while. Nighttime browsing on LED monitors seriously hurts my eyes, even with night light settings on. This looks like it'll do the job. I'll know tonight :)
Re: Show HN: Dark Reader extension – Dark mode for every website
#64I tried this a few months back, I liked the visual effect and the configuration flexibility, but it ate at my CPU waaay too much. Anybody else have this? Was meaning to look for a lightweight alternative. Maybe I'll try this extension again to see if it's still a resource hog. Note: I'm on Firefox.
How are you seeing what CPU usage is used on a per extension basis?
Re: Show HN: Dark Reader extension – Dark mode for every website
#65Specifically, after trying similar extensions, this one is the best. Its css rules fit perfectly for most of the websites which I visit.
Re: Show HN: Dark Reader extension – Dark mode for every website
#66Re: Show HN: Dark Reader extension – Dark mode for every website
#67How can I trust that this extension, which has access to every page I visit, doesn't steal my data? How can I trust that if someone else takes over the project and releases an update, that my data is still secure? Looks great, but I'm just so skeptical of browser extensions now.
To his credit, the author has released the source for the Chrome and Firefox versions: https://github.com/darkreader/darkreader However, I posed the same question in the MAS about the closed-source Safari version, which requires full access to webpage contents ("Can read sensitive information from webpages, including passwords, phone numbers, and credit cards on all webpages") and browsing history ("Can see when you…
Re: Show HN: Dark Reader extension – Dark mode for every website
#68i made a similar extension some years ago -- it tries to be fast and injects very little code. i'm curious to know how the performance compares: https://github.com/conceptualspace/nightlight
Your code is based on CSS filters. Dark Reader provides this mode too, but also allows users to fix and share wrongly inverted parts https://github.com/darkreader/darkreader/blob/master/src/con... Dynamic mode is slower at start, but has no impact on performance after all the stylesheets were analyzed.
does your extension run on android? there are two motivations for nightlight aside from its obvious purpose:
1) be fast on android 2) keep source code simple as possible so everything the extension does is obvious. when i wrote nightlight it was difficult to evaluate the safety of the other extensions at the time, something important to me for a plugin which has full access to all browsing
Re: Show HN: Dark Reader extension – Dark mode for every website
#69How can I trust that this extension, which has access to every page I visit, doesn't steal my data? How can I trust that if someone else takes over the project and releases an update, that my data is still secure? Looks great, but I'm just so skeptical of browser extensions now.
Firefox add-ons pass full source code review before the submission after the Stylish incident. Safari extensions also pass manual review, Apple asks developer to send an ID card photo. Not sure about Chrome, you have to simply trust me, the code is not obfuscated and you can always locate the files and see what the extension does in your browser. Google recently announced some security changes https://blog.chromium.o…
Re: Show HN: Dark Reader extension – Dark mode for every website
#70How can I trust that this extension, which has access to every page I visit, doesn't steal my data? How can I trust that if someone else takes over the project and releases an update, that my data is still secure? Looks great, but I'm just so skeptical of browser extensions now.