diff options
author | marlonivo <110742116+marlonivo@users.noreply.github.com> | 2024-08-12 00:26:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-12 00:26:14 +0000 |
commit | 0ba817ba724a7859d04751130f529b55c6d7846a (patch) | |
tree | d76d138a0f977678d6c100ef50c493853983eaec /README.md | |
parent | e8b3d9d920261dbe594fd850e3b61034ed8dc4bc (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -5,22 +5,24 @@ Unifox.js is autobootstrap-script that configures a keyboard based, unified and ### 🟨 The Autobootstrap Script will do the following with your boring firefox: -1. Inside your .mozilla directory, it will install the addon's: +1. Creates a new user called `unifox`, which in itself creates a new directory in your `.mozilla` configuration folder + +2. Inside your new user directory, it will install the addon's: - [ublock-origin](https://ublockorigin.com/) [preconfigured] - [decentraleyes](https://decentraleyes.org/) - [istilldontcareaboutcookies](https://www.stilldontcareaboutcookies.com/) - [vimimium-c](https://github.com/gdh1995/vimium-c) [preconfigured] -2. Then configures the labelled Add-On's, with the files from the `extensions` folder. +3. Then configures the labelled Add-On's, with the files from the `extensions` folder. -3. Create a folder called `chrome` with a wide variety of simplicty making .css configuration files which include: +4. Create a folder called `chrome` with a wide variety of simplicty making .css configuration files which include: - userChrome.css - userContent.css - userChrome.js -4. Set a custom background which can be changed within the `.mozilla/firefox/xxxxx.default-release/chrome/img/` directory. +5. Set a custom background which can be changed within the `.mozilla/firefox/xxxxx.default-release/chrome/img/` directory. -5. At last copies my `prefs.js` to activate `toolkit.legacyUserProfileCustomizations.stylesheets` which is necessary for the Files within the folder `chrome` to take effect and also because some extensions store their settings in there. +6. At last copies my `prefs.js` to activate `toolkit.legacyUserProfileCustomizations.stylesheets` which is necessary for the Files within the folder `chrome` to take effect and also because some extensions store their settings in there. ### 🟩 Installaion: ``` |