Earlier quoted context omitted.
Sadly it often makes Firefox Mobile generate popups about a script being slow on larger websites. On a different note, I can change my bar topcolor in my HN profile, would be nice to be able to change the BG and font color as well.
try this one: https://github.com/m-khvoinitsky/dark-background-light-text-...
Suggest to HN: D A R K M O D E
21–30 of 32 posts
Re: Suggest to HN: D A R K M O D E
#22Earlier quoted context omitted.
try this one: https://github.com/m-khvoinitsky/dark-background-light-text-...
The crazy thing is that people are suggesting things that should simply be added on as a function of the site. It's 2019, Dark mode is here to stay, why not just add it natively instead of having to install yet another plug-in/add-in/extension?
They where even supposed to be blended on how much they should be yours or the websites.
User Author
Font o-----x--------------o 64%
Color o-x------------------o 90%
Margin o-------------x------o 37%
Volume o---------x----------o 50%
source: https://www.wiumlie.no/2006/phd/archive/www.w3.org/People/ho...Re: Suggest to HN: D A R K M O D E
#23Earlier quoted context omitted.
I use a firefox mobile add-on called 'night mode - hacker news'
This[1] and other links tell me that there are no addons for Firefox on iOS. Sadly, that is what I use. [1] https://support.mozilla.org/en-US/kb/add-ons-firefox-ios
Re: Suggest to HN: D A R K M O D E
#24How can you all waste precious desktop time reading HN ?
Re: Suggest to HN: D A R K M O D E
#25Re: Suggest to HN: D A R K M O D E
#26Earlier quoted context omitted.
try this one: https://github.com/m-khvoinitsky/dark-background-light-text-...
The crazy thing is that people are suggesting things that should simply be added on as a function of the site. It's 2019, Dark mode is here to stay, why not just add it natively instead of having to install yet another plug-in/add-in/extension?
Re: Suggest to HN: D A R K M O D E
#27Earlier quoted context omitted.
The crazy thing is that people are suggesting things that should simply be added on as a function of the site. It's 2019, Dark mode is here to stay, why not just add it natively instead of having to install yet another plug-in/add-in/extension?
Did you know the original proposal for CSS was meant to include "user styles"? They where even supposed to be blended on how much they should be yours or the websites. User Author Font o-----x--------------o 64% Color o-x------------------o 90% Margin o-------------x------o 37% Volume o---------x----------o 50% source: https://www.wiumlie.no/2006/phd/archive/www.w3.org/People/ho...
Some things may be a problem when using multiple text colours in a single document (or to do reverse video when the document does not specify its own colours). But I had already thought of a way to work with that, which is to support indexed colours. (You could specify both an indexed and direct colour for the same property, so that the direct colour is normally used, but the indexed colour helps when needed.)
Of course, I would do it now with the existing CSS rather than the format there, although many things would be using "privileged" CSS codes, not available to document writers but are available to the user. There would also be additional unprivileged codes available, usable by both the user and the document author.
I also thought that many things can be done with "data-" attributes and CSS styles for availability by user stylesheets even if the document author does not use them. (I have used them in HTML documents that actually have no CSS at all, for this reason.)
Re: Suggest to HN: D A R K M O D E
#28PD: Android link is broken Alternative: https://m.apkshub.com/app/com.premii.hn
Re: Suggest to HN: D A R K M O D E
#29Re: Suggest to HN: D A R K M O D E
#30Earlier quoted context omitted.
Did you know the original proposal for CSS was meant to include "user styles"? They where even supposed to be blended on how much they should be yours or the websites. User Author Font o-----x--------------o 64% Color o-x------------------o 90% Margin o-------------x------o 37% Volume o---------x----------o 50% source: https://www.wiumlie.no/2006/phd/archive/www.w3.org/People/ho...
That is an unusual idea, although a lot of that stuff is good idea. Some of my ideas I wrote in a document how to make a better web browser program, some are similar to this, and some aren't, and some of the stuff in this document I can add. Some things may be a problem when using multiple text colours in a single document (or to do reverse video when the document does not specify its own colours). But I had already…