alexanderby
|
6 years ago
|
on: Tell HN: Chrome Extension Store is delaying publishing new versions for days
I have to publish a bug fix for a version, that is Pending Review, and it is not possible to submit the new update before the previous one was removed.
alexanderby
|
7 years ago
|
on: Chrome's “White Flash” Problem (on new page loads)
Chromium team fixed this issue by showing theme background color by default. So you should install some dark theme, e.g. this one
https://chrome.google.com/webstore/detail/material-incognito...Also if you download Chrome Canary and launch it with --force-dark-mode flag, you will get early access to built-in dark mode.
alexanderby
|
7 years ago
|
on: Show HN: Dark Reader extension – Dark mode for every website
No. You can locate the files of the extension and ensure that it doesn't make anything severe, the code is not obfuscated.
alexanderby
|
7 years ago
|
on: Show HN: Dark Reader extension – Dark mode for every website
Unfortunately Chrome and Firefox API has no this feature yet. Time Settings (ability to set active hours) were implemented recently and soon will be published.
alexanderby
|
7 years ago
|
on: Show HN: Dark Reader extension – Dark mode for every website
Of course it will be cheaper. When you take some code from the original Dark Reader, obfuscate it, add some features, then you can put a $2 label.
alexanderby
|
7 years ago
|
on: Show HN: Dark Reader extension – Dark mode for every website
When the amount of donations will be enough, then I would be able to publish the source code of the Safari app. But currently it is the major source of revenue and it lets me continuing the development and spend as much time as possible.
alexanderby
|
7 years ago
|
on: Show HN: Dark Reader extension – Dark mode for every website
Stylus already does it well, so I think you could use Stylus for such websites. UserStyles.org is still owned by SimilarWeb, so I would stay away from it. What is planned is to add some static themes for popular websites.
alexanderby
|
7 years ago
|
on: Show HN: Dark Reader extension – Dark mode for every website
The newest Opera has some changes, to make the extension work on Google Search you have to open Extensions page and click "Allow access to search page results".
alexanderby
|
7 years ago
|
on: Show HN: Dark Reader extension – Dark mode for every website
Just checked, it works on Canary too.
alexanderby
|
7 years ago
|
on: Show HN: Dark Reader extension – Dark mode for every website
Yes, it works in Firefox for Android and in Yandex browser. The only issue with Firefox is white user interface and white default color.
alexanderby
|
7 years ago
|
on: Show HN: Dark Reader extension – Dark mode for every website
alexanderby
|
7 years ago
|
on: Show HN: Dark Reader extension – Dark mode for every website
I'm an author of both Dark Reader and Dark Reader for Safari.
alexanderby
|
7 years ago
|
on: Show HN: Dark Reader extension – Dark mode for every website
Then you should try switching to Filter or Static mode.
alexanderby
|
7 years ago
|
on: Show HN: Dark Reader extension – Dark mode for every website
The browser doesn't separate what injected script can do and what it can't. Regarding Dark Reader, it needs to know page URL to determine if it is blacklisted by your settings or not.
alexanderby
|
7 years ago
|
on: Show HN: Dark Reader extension – Dark mode for every website
CSS filters can cause heating of your phone.
alexanderby
|
7 years ago
|
on: Show HN: Dark Reader extension – Dark mode for every website
Sorry, I'm not sure that publishing a paid app source code would be a good idea. There is a chance that somebody will publish the same app under different name. Somebody has already published a crack for it. And another Safari app already reuses some code from Dark Reader for Chrome.
There was a long discussion regarding this review https://www.reddit.com/r/apple/comments/9y0s2a/dark_reader_d...
You know, some Apple developer can also put some malicious code into Safari, but for some reason you trust them and use their browser, even though they used to slow down older iPhones without a warning, forcing users upgrade to newer devices. Who knows what they will do the next time.
alexanderby
|
7 years ago
|
on: Show HN: Dark Reader extension – Dark mode for every website
alexanderby
|
7 years ago
|
on: Show HN: Dark Reader extension – Dark mode for every website
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.org/2018/10/trustworthy-chrome-extensi...
alexanderby
|
7 years ago
|
on: Show HN: Dark Reader extension – Dark mode for every website
alexanderby
|
7 years ago
|
on: Show HN: Dark Reader extension – Dark mode for every website
Dark Reader provides all 3 possible modes:
- Static: simple and fast.
- Filter: simple, but uses GPU very much and usually inverts already dark parts.
- Dynamic: complex, but tries to achieve the best visual results. There are some known issues and the work on it is in progress.
Here are some more details https://darkreader.org/help/en/#theme-generation-modes