Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/docs/guides/live-editing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Callout>

1. In Zen Browser, press <KeyboardShortcut shortcut="Ctrl + Shift + Alt + I" /> to open the Developer Tools.
Expand Down