Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,6 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# Fumadocs
.source
4 changes: 2 additions & 2 deletions content/docs/guides/live-editing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ This Guide will help you customize the appearance of Zen Browser by live editing
After Zen Browser version `1.0.0-a.31` the Browser Developer Tools is <strong>disabled</strong> by default for security.

1. Open the `about:config` page. This page contains advanced settings for the browser.
2. Search for `devtools.debugger.remote-enabled`
3. Toggle the setting to `true` by double-clicking on it
2. Search for `devtools.debugger.remote-enabled` and toggle it to `true`.
3. Search for `devtools.chrome.enabled` and toggle it to `true`.
</Callout>

1. In Zen Browser, press `Ctrl + Shift + Alt + I` to open the Developer Tools.
Expand Down