mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-13 03:34:22 +02:00
firefox: enable color scheme selector in devtools
This commit is contained in:
parent
35f9059065
commit
d9800c3f42
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ user_pref("media.ffvpx.enabled", false);
|
|||
// Should be fixed in Firefox 84.
|
||||
user_pref("dom.image-lazy-loading.enabled", false);
|
||||
|
||||
// Enable color scheme selector in devtools
|
||||
user_pref("devtools.inspector.color-scheme-simulation.enabled", true);
|
||||
|
||||
// Disable DoH for now
|
||||
user_pref("network.trr.mode", 5);
|
||||
// No HTTP/3 yet (disabled by default, but document here it doesn't work well for me on Google)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue