blob: 6c87c7e58ce0a305f5bda5aebbe0b3b439268cd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
### 🟪 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. 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.
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 `/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
cd unifox.js
install.sh
```
Um die Keybindings untereinander statt nebeneinander aufzulisten, kannst du die `<br>`-Tags in Markdown verwenden. Hier ist das überarbeitete Beispiel:
### 🟦 Unified Keybindings for page-navigation and browser-tab-operations:
**page navigation:**<br>
`?` - show help (overview of all keybindings)<br>
`f` - show quick keybinding's<br>
`j` - scroll down<br>
`k` - scroll up<br>
`/` - enter find mode<br>
`n` - cycle through 'find mode'<br>
`r` - reload tab<br>
`x` - close tab<br>
`d` - de-/activate dark mode
**browser tab operations:**<br>
`strg tab` - cycle through open Tabs<br>
`strg t` - new tab<br>
`strg y` - https://youtube.com<br>
`strg h` - vimium://options<br>
`strg e` - https://deepl.com<br>
`strg g` - https://github.com<br>
`strg k` - https://chatgpt.com<br>
`strg alt a` - about:addons<br>
`strg alt c` - stylus toolbar<br>
`strg alt u` - ublock origin toolbar<br>
`strg alt p` - ublock element picker<br>
`alt left` - go one step back in history<br>
`alt right` - go one step forth in history<br>
`strg shift s` - make a screenshot<br>
`strg shift h` - look for search history, downloads, tags and bookmarks<br>
`strg shift k` - developer console
**youtube:**<br>
`t` - cinema mode<br>
`s` - fullscreen<br>
`c` - subtitles<br>
`strg alt i` - zoom in-to video<br>
`strg alt o` - zoom out-of video
### 🟦 License: MIT
|