We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c6582 commit bf4c97aCopy full SHA for bf4c97a
content/docs/guides/live-editing.mdx
@@ -33,6 +33,7 @@ This Guide will help you customize the appearance of Zen Browser by live editing
33
1. Open the `about:config` page. This page contains advanced settings for the browser.
34
2. Search for `devtools.debugger.remote-enabled` and toggle it to `true`.
35
3. Search for `devtools.chrome.enabled` and toggle it to `true`.
36
+ 4. Search for `toolkit.legacyUserProfileCustomizations.stylesheets` and toggle it to `true`. This setting is required for `userChrome.css` to work.
37
</Callout>
38
39
1. In Zen Browser, press <KeyboardShortcut shortcut="Ctrl + Shift + Alt + I" /> to open the Developer Tools.
0 commit comments