updated guides/live-editing.md

This commit is contained in:
Jafeth Garro 2024-08-27 20:12:05 -06:00
parent 7faf72bceb
commit d154e9f3b8
9 changed files with 81 additions and 8 deletions

View file

@ -22,6 +22,13 @@ This [[guides/index|guide]] will help you customize the appearance of Zen Browse
2. Navigate to the **Style Editor** tab.
3. In the filter/search bar, type `userChrome` to locate the `userChrome.css` file you created earlier.
>[!info] Enable Browser Developer Tools
>Afer Firefox version `131` the Browser Developer Tools is **disabled** 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
## Step 4: Edit the `userChrome.css` File
1. The `userChrome.css` file should now be visible in the Style Editor.