darkhorp

<meta name="color-scheme" content="dark">

this gives me working darkmode on all the ff forks i've tried
could horp use this to increase compatibility?

2 points · 7 comments · view on lemmy.world

7 Comments

pmjv@horp.sciops.net · 1 pts · 34d

well, no, this would force the dark theme for everyone.

i presume you're using some hardened firefox-forks that force "resist.fingeprinting",
which prevents the theme switch.

you can do this in about:config

    privacy.resistFingerprinting = false
    privacy.fingerprintingProtection = true
    privacy.fingerprintingProtection.overrides = +AllTargets,-CSSPrefersColorScheme
undthr@horp.sciops.net · 1 pts · 34d (5 replies)

ah right, it's not an issue, i was just testing a bunch of browsers against some html4/5 without css and comparing how they rendered things

links2 doesn't seem to like <pre>

thanks for the tips

edit: links2 doesn't seem to like <pre> within <div align=center>

pmjv@horp.sciops.net · 1 pts · 34d (4 replies)

links2 doesn't seem to like <pre> within <div align=center>

do you mean that it doesn't center the pre? I think it's because "pre's" are full-width of the links window, so it's centered in theory, but also 100% wide.

same with using <center><pre>blabla</pre></center>

undthr@horp.sciops.net · 1 pts · 34d (3 replies)

yeah, formatted text is left justified instead of center
links2 is the only browser that shows this behaviour, other browsers tested:

w3m
lynx
dillo
netsurf 3.11 gtk
netsurf 3.12 ereader
ff + 3 forks

undthr@horp.sciops.net · 1 pts · 33d (2 replies)

need to test more
but lynx may also not render centered pre tags

has rss been disabled for the horp?

pmjv@horp.sciops.net · 1 pts · 33d (1 reply)

yes its broken for now

undthr@horp.sciops.net · 1 pts · 33d

thanks for the info