From ca0c61c6016b84d4fd41a886f6264f45294bc7ff Mon Sep 17 00:00:00 2001 From: Octo Andri <6083316-octospacc@users.noreply.gitlab.com> Date: Sun, 19 Jun 2022 17:41:43 +0000 Subject: [PATCH] Update Styles/Firefox/README.md --- Styles/Firefox/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Styles/Firefox/README.md b/Styles/Firefox/README.md index 7fc1c59..3462aa1 100644 --- a/Styles/Firefox/README.md +++ b/Styles/Firefox/README.md @@ -3,13 +3,17 @@ Note: Download your desired CSS file from this repo and rename it as `userChrome ## How to use a userChrome.css theme 1. Type `about:config` into your URL bar. Click on the **I accept the risk** button if you're shown a warning. -2. Seach for **`toolkit.legacyUserProfileCustomizations.stylesheets`**, **`layers.acceleration.force-enabled`**, **`gfx.webrender.all`** and **`svg.context-properties.content.enabled`** and set them to **`true`**. +2. Seach for the following values and set them to **`true`**: + - **`toolkit.legacyUserProfileCustomizations.stylesheets`** + - **`layers.acceleration.force-enabled`** + - **`gfx.webrender.all`** + - **`svg.context-properties.content.enabled`** + - **`browser.compactmode.show`** 3. Go to your profile folder: - Linux: `$HOME/.mozilla/firefox/######.default-release/` - MacOS: `Users/[USERNAME]/Library/Application Support/Firefox/Profiles/######.default-release` - Windows: `C:\Users\[USERNAME]\AppData\Roaming\Mozilla\Firefox\Profiles\######.default-release` 4. If it doesn't exist already create a folder called `chrome`. 5. Copy your desired `userChrome.css` into that folder. -6. *optional* Customise everything to your liking. -_This guide is borrowed from Cascade repo. Credits: [github.com/andreasgrafen/cascade](https://github.com/andreasgrafen/cascade/blob/main/README.md#how-to-use-a-userchromecss-theme)_ +_This guide is borrowed from the Cascade repo. Credits: [github.com/andreasgrafen/cascade](https://github.com/andreasgrafen/cascade/blob/main/README.md#how-to-use-a-userchromecss-theme)_