From 7df9b117e848d7064630365ad134d4a6f32066a2 Mon Sep 17 00:00:00 2001 From: Jonas List Date: Sun, 6 Jul 2025 09:26:47 +0200 Subject: [PATCH] Added missing step for live editing configuration --- content/docs/guides/live-editing.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/guides/live-editing.mdx b/content/docs/guides/live-editing.mdx index d077705..bae4f0f 100644 --- a/content/docs/guides/live-editing.mdx +++ b/content/docs/guides/live-editing.mdx @@ -33,6 +33,7 @@ This Guide will help you customize the appearance of Zen Browser by live editing 1. Open the `about:config` page. This page contains advanced settings for the browser. 2. Search for `devtools.debugger.remote-enabled` and toggle it to `true`. 3. Search for `devtools.chrome.enabled` and toggle it to `true`. + 4. Search for `toolkit.legacyUserProfileCustomizations.stylesheets` and toggle it to `true`. This setting is required for `userChrome.css` to work. 1. In Zen Browser, press to open the Developer Tools.