this post was submitted on 11 Apr 2024
0 points (NaN% liked)

LibreWolf

3781 readers
1 users here now

Welcome to the official community for LibreWolf.

LibreWolf is designed to increase protection against tracking and fingerprinting techniques, while also including a few security improvements. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM. If you have any question please visit our FAQ first: https://librewolf.net/docs/faq/

To learn more or to download the browser visit the website: https://librewolf.net/

If you want to contribute head over to our Codeberg: https://codeberg.org/librewolf

founded 5 years ago
MODERATORS
 

I sometimes need to test if a website I develop is working correctly in dark mode, but dark/light mode buttons doesn't work in LibreWolf devtools. Is there a solution for this?

top 5 comments
sorted by: hot top controversial new old
[–] z3rOR0ne@lemmy.ml 0 points 2 years ago* (last edited 2 years ago) (2 children)

Librewolf turns on resist fingerprinting by default. If you go into about:config and disable resist fingerprinting, you can re enable light/dark mode preferences being recognized by the browser.

Or you could install the Dark Reader extension, but that will overwrite all CSS and approximate Dark Mode rather than use a customized CSS stylesheet.

Or you could install Vanilla Firefox and use that only to develop while you use Librewolf to privately browse, which is what I do.

[–] sem@lemmy.blahaj.zone 1 points 1 year ago

I've been trying to figure out if there is a way to turn off just the part of RFP that blocks system-based light/dark mode, or bypass it somehow, on a site-by-site basis?

Now that I use LibreWolf instead of Firefox, maybe it would be good to have two "profiles" under about:profiles -- one that follows system darkmode / light mode but is less fingerprint-resistant, and one for more private things.

Although otoh, I am pretty sure my browser is not very fingerprint resistant anyway, and I try to use TOR for any searches I don't want linked to me... pretty annoying how some sites don't work on TOR though :(

[–] starman@programming.dev 0 points 2 years ago (1 children)

If there isn't more convenient way, I'll just disable RFP when needed. Thanks!

[–] ReversalHatchery@beehaw.org 1 points 2 years ago (1 children)

You can create a new profile on the about:profiles page, which you could use for development. This is like if you installed a new browser, but with your original one, because the new profile have it's own separate settings.

[–] starman@programming.dev 1 points 2 years ago

That's even better, thank you!