This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
firefox [2025/07/12 19:18] admin |
firefox [2026/03/03 21:22] (current) admin |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| # Firefox | # Firefox | ||
| + | - csshacks: https://github.com/MrOtherGuy/firefox-csshacks | ||
| - | create your own firefox css: https://www.youtube.com/watch?v=bw_M7q3Mtag&t=322s | + | |
| - | csshacks: https://github.com/MrOtherGuy/firefox-csshacks | + | ## Find the profile folder |
| + | Go to about:support and find a Profile folder row near the top. Firefox loads userChrome.css from <profileFolder>/chrome/userChrome.css. | ||
| + | |||
| + | ## Inspect firefox to find the element | ||
| + | |||
| + | Use `Command + Opt + Shift + I` to open the global inspector. | ||
| + | |||
| + | Ref: Create your own firefox css: https://www.youtube.com/watch?v=bw_M7q3Mtag&t=322s | ||