Skip to content

Commit

Permalink
add instructions in readme for live debugging of user chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir1337x committed Jul 8, 2024
1 parent b4ac75a commit 9ba9088
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chrome/panel/statuspanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@
background-color: #202020 !important;
color: #c38f8f !important;
}

/* Hide the status panel */
/*
#statuspanel {display: none !important ;}
*/
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ Look for specific topics in github: [userchrome](https://github.com/topics/userc

More handy resources: [userchrome.org](https://www.userchrome.org), [FirefoxCSS Store](https://firefoxcss-store.github.io), [Mozilla Bugzilla](https://bugzilla.mozilla.org)

### Live debug and update `userChrome.css`

1. Set `devtools.debugger.remote-enabled` to `true` in `about:config`.
2. Set `devtools.chrome.enabled` to true in `about:config`.
3. Open remote debugger using **Ctrl+Alt+Shift+I**.
4. Allow the incoming connection.
5. Select Style Editor tab, then open `userChrome.css`.
6. Edit and save the file for it to take effect (hot reload).

## Theme

The theme I'm currently using: [RosyBrown Dark by Me](https://addons.mozilla.org/en-US/firefox/addon/rosybrown_dark/)
Expand Down

0 comments on commit 9ba9088

Please sign in to comment.