mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 08:55:33 +02:00
Updated live-editing guide and added .source to .gitignore
This commit is contained in:
parent
2882434667
commit
764a2a4654
2 changed files with 5 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -134,3 +134,6 @@ dist
|
|||
.yarn/build-state.yml
|
||||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
|
||||
# Fumadocs
|
||||
.source
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue