summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormarlonivo <110742116+marlonivo@users.noreply.github.com>2024-08-08 03:09:02 +0000
committerGitHub <noreply@github.com>2024-08-08 03:09:02 +0000
commit075c5d1de10952a0a54d8526176eeafd8dc3fdfc (patch)
tree89cf266644953e71f8a4f56fba68426e6d757b3a /README.md
parentdf76e2b7765cebe50cf1bbd28e7fb6615bece551 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 17 insertions, 4 deletions
diff --git a/README.md b/README.md
index 17de243..3c5add9 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,27 @@
🟪 unifox.js
-A user.js is a configuration file that can overrides the Firefox settings to provide as much minimalism and enhanced security as possible.
+1. A autobootstrap script that which installs the addons:
+- ublock-origin
+- decentraleyes
+- istilldontcareaboutcookies
+- vimimium-c
+
+2. Then configures them with the included `addons.json` file
-Everyone, experts included, should at least read the wiki, as it contains important information regarding a few unifox.js settings.
+3. Then creates a folder called `chrome` with a wide variety of simplicty making css configurations within
+- userChrome.css
+- userContent.css
+- userChome.js
-🟩 Installaion
+4. At last copies my prefs.js `toolkit.legacyUserProfileCustomizations.stylesheets` which is necessary for the Files in Step 3. within the folder `chrome` to take effect and also because some extensions also store their settings out of addons.json within prefs.js.
+
+🟥 Configuration file that can overrides the Firefox settings to provide as much minimalism and enhanced security as possible.
+
+🟩 Installaion:
`bash <(curl -s https://raw.githubusercontent.com/marlonivo/unifox.js/main/install.sh)`
-🟥 License: MIT
+🟦 License: MIT