this post was submitted on 11 Apr 2024
13 points (100.0% liked)

LibreWolf

3158 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 3 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 4 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 7 months ago* (last edited 7 months ago) (1 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.

[–] [email protected] 5 points 7 months ago (1 children)

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

[–] [email protected] 3 points 7 months 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.

[–] [email protected] 2 points 7 months ago

That's even better, thank you!