### 🟪 What is fox.js ?
Fox.js is an autobootstrap-script that configures a keyboard based and distraction-free Firefox-UI plus Webpagedesign with the help of the `toolkit.legacyUserProfileCustomizations.stylesheets` function.

### 🟨 The sharks.sh script:
1. Creates a new profile called `fox`, which in itself creates a new directory in your `.mozilla` configuration folder
2. Drops the user.js in your new created profile which itself activate's `toolkit.legacyUserProfileCustomizations.stylesheets` wich is needed for the files in step 3 to take effect
3. Drops the .css configurations within the folder `chrome`
- userChrome.css
- userContent.css
- userChrome.js
4. Sets a custom about:home which can be changed within the `.mozilla/firefox/xxxxx.fox/chrome/userContent.css` file.
5. Drops `extension-settings.json` to set the bindings for the add on's
**Manually (optional):**
5. At last sync your profile for personal bookmarks & passwords and cookies
### 🟩 Installaion:
```
git clone https://github.com/marlonivo/unifox.git && chmod +x unifox.sh && cd unifox && ./unifox
```
There will be no update option for this repository, after the installation your firefox-sharks-browser is truly yours.
### 🟦 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
*website manipulation:*
`t` - translate webpage
`d` - de-/activate dark mode
`s` - screenshot
`` - zoom in-to video
`` - zoom out-of video
*browser tab operations:*
`` - cycle through open Tabs
`` - new tab
`` - https://youtube.com
`` - vimium://options
`` - https://deepl.com
`` - https://github.com
`` - https://chatgpt.com
`` - stylus dropdown
`` - ublock origin dropdown
`` - ublock element picker
` ` - go one step back in history
`` - go one step forth in history
`` - make a screenshot
`` - search history, downloads, tags and bookmarks
`` - developer console
`` - about:addons
*youtube:*
`t` - cinema mode
`f` - fullscreen
`s` - subtitles
🟦 License: MIT