diff options
author | marlonivo <110742116+marlonivo@users.noreply.github.com> | 2024-08-08 03:29:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-08 03:29:39 +0000 |
commit | 2b2ebc2d2b116983d559380d85982022d71cc901 (patch) | |
tree | b4d3b0026818c5c25927a3737932b6134619942e /README.md | |
parent | 53b2e161549a5b723b8e59e20c47bee8ffdba74e (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -1,24 +1,25 @@ -🟪 What is unifox.js -A +🟪 What is unifox.js ? +Unifox.js is autobootstrap-script that configures a unified-and distraction-free Browser-UI/Webpagedesign, as well as security and anti-tracking features from with the help of [arkenfox](https://github.com/arkenfox/user.js/) and addon's like [decentraleyes](https://decentraleyes.org/). +🟨 The Autobootstrap Script will do the following with your boring firefox: -1. A autobootstrap script that which installs the addons: +1. Install the addon's: - [ublock-origin](https://ublockorigin.com/) - [decentraleyes](https://decentraleyes.org/) - [istilldontcareaboutcookies](https://www.stilldontcareaboutcookies.com/) - [vimimium-c](https://github.com/gdh1995/vimium-c) -2. Then configures them with the included `addons.json` file +2. Then configures them, with the included `addons.json` file. -3. Then creates a folder called `chrome` with a wide variety of simplicty making css configurations within +3. Create a folder called `chrome` with a wide variety of simplicty making .css configuration files which include: - userChrome.css - userContent.css -- userChome.js +- userChrome.js -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. +4. Set a custom background which can be changed within the `/home/artix/Code/Github/unifox/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. + 🟩 Installaion: ``` git clone https://raw.githubusercontent.com/marlonivo/unifox.js |