update README
This commit is contained in:
parent
cf80007938
commit
1bc14de170
1 changed files with 13 additions and 10 deletions
23
README.md
23
README.md
|
@ -4,14 +4,17 @@ Customizations and tweaks for the Firefox web browser to improve appearance and
|
||||||
|
|
||||||
These customizations rely on the [CustomCSSforFx project](https://github.com/Aris-t2/CustomCSSforFx)
|
These customizations rely on the [CustomCSSforFx project](https://github.com/Aris-t2/CustomCSSforFx)
|
||||||
|
|
||||||
To enable these customizations to work with Firefox the following key must be set to `true` in `about:config`:
|
To enable these customizations to work with Firefox the following key must be set to **true** in `about:config`:
|
||||||
`toolkit.legacyUserProfileCustomizations.stylesheets`
|
`toolkit.legacyUserProfileCustomizations.stylesheets`
|
||||||
|
```bash
|
||||||
Create a directory inside your Firefox user profile directory (you can obtain the location via `about:profiles` named `chrome`
|
# create chrome directory inside your Firefox user profile directory
|
||||||
|
# obtain the location via `about:profiles`
|
||||||
|
mkdir chrome
|
||||||
cd into `chrome` and clone [CustomCSSforFx](https://github.com/Aris-t2/CustomCSSforFx)
|
cd chrome
|
||||||
|
git clone https://github.com/Aris-t2/CustomCSSforFx.git
|
||||||
Then copy current/config current/css and current/image to cwd.
|
cd CustomCSSforFx/current
|
||||||
|
cp config css image ../../
|
||||||
Add the files from this repository to use my settings. You can then edit userChrome.css and change any values you want.
|
cd ../../
|
||||||
|
git clone https://git.ixlo.io/ixlo/firefox-customizations.git
|
||||||
|
```
|
||||||
|
You can then edit userChrome.css and change the values to customize Firefox the way you want.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue