### 🟪 What is unifox.js ? Unifox.js is autobootstrap-script that configures a keyboard based, unified and distraction-free Browser-UI plus Webpagedesign with the help of the `toolkit.legacyUserProfileCustomizations.stylesheets` function, as well as security and anti-tracking features with the help of [arkenfox](https://github.com/arkenfox/user.js/) and addon's like [decentraleyes](https://decentraleyes.org/). ![2024-08-09-045130_1920x1080_scrot](https://github.com/user-attachments/assets/8d693063-5032-4c87-9d56-3c2335ff158b) ### 🟨 The Autobootstrap Script will do the following with your boring firefox: 1. Inside your .mozilla 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 included `addons.json` file. 3. 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. 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 cd unifox.js install.sh ``` ### 🟦 Unified Keybindings for page-navigation and browser-tab-operations: **page navigation:**
`?` - show help (overview of all keybindings)
`f` - show quick keybinding's
`j` - scroll down
`k` - scroll up
`/` - enter find mode
    `n` - cycle through 'find mode'
`r` - reload tab
`x` - close tab
**will come in future:**
`t` - translate webpage
`d` - de-/activate dark mode
`s` - screenshot **browser tab operations:**
`strg tab` - cycle through open Tabs
`strg t` - new tab
    `strg y` - https://youtube.com
    `strg h` - vimium://options
    `strg e` - https://deepl.com
    `strg g` - https://github.com
    `strg k` - https://chatgpt.com
    `strg alt a` - about:addons
    `strg alt c` - stylus toolbar
    `strg alt u` - ublock origin toolbar
    `strg alt p` - ublock element picker
`alt left` - go one step back in history
`alt right` - go one step forth in history
`strg shift s` - make a screenshot
`strg shift h` - search history, downloads, tags and bookmarks
`strg shift k` - developer console **youtube:**
`t` - cinema mode
`s` - fullscreen
`c` - subtitles
`strg alt i` - zoom in-to video
`strg alt o` - zoom out-of video ### 🟦 License: MIT