From df76e2b7765cebe50cf1bbd28e7fb6615bece551 Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 02:56:18 +0000 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 41a15c2..17de243 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Everyone, experts included, should at least read the wiki, as it contains import `bash <(curl -s https://raw.githubusercontent.com/marlonivo/unifox.js/main/install.sh)` -πŸŸͺ License: MIT +πŸŸ₯ License: MIT -- cgit v1.2.3 From 075c5d1de10952a0a54d8526176eeafd8dc3fdfc Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:09:02 +0000 Subject: Update README.md --- README.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3 From b5b6e3f6e016c4b11d53ebd1d86797e0bdc86ec3 Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:09:24 +0000 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3c5add9..7538514 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 🟩 Installaion: -`bash <(curl -s https://raw.githubusercontent.com/marlonivo/unifox.js/main/install.sh)` +`curl -s https://raw.githubusercontent.com/marlonivo/unifox.js/main/install.sh)` 🟦 License: MIT -- cgit v1.2.3 From 8c31f8340928a62909168519cf00d2e9912bb9b2 Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:09:47 +0000 Subject: Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7538514..37da1c9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ 🟩 Installaion: -`curl -s https://raw.githubusercontent.com/marlonivo/unifox.js/main/install.sh)` +`curl -s https://raw.githubusercontent.com/marlonivo/unifox.js/main/install.sh) +install.sh` 🟦 License: MIT -- cgit v1.2.3 From 5a54f7dde880a4399a4d797f464f8a9a3e2417ba Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:10:05 +0000 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 37da1c9..19b03be 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ 🟩 Installaion: -`curl -s https://raw.githubusercontent.com/marlonivo/unifox.js/main/install.sh) -install.sh` +``curl -s https://raw.githubusercontent.com/marlonivo/unifox.js/main/install.sh) +install.sh`` 🟦 License: MIT -- cgit v1.2.3 From cb302f5225609c496a7c0e4f0de9392dd2d775b3 Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:12:51 +0000 Subject: Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 19b03be..d35184c 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ πŸŸ₯ Configuration file that can overrides the Firefox settings to provide as much minimalism and enhanced security as possible. 🟩 Installaion: - -``curl -s https://raw.githubusercontent.com/marlonivo/unifox.js/main/install.sh) -install.sh`` - +``` +curl -s https://raw.githubusercontent.com/marlonivo/unifox.js/main/install.sh) +install.sh +``` 🟦 License: MIT -- cgit v1.2.3 From 7900aa4b71f395cfda5eba369de4d9121bd8e1ac Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:13:26 +0000 Subject: Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d35184c..982da84 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ 🟩 Installaion: ``` -curl -s https://raw.githubusercontent.com/marlonivo/unifox.js/main/install.sh) +curl -s https://raw.githubusercontent.com/marlonivo/unifox.js) +cd unifox.js install.sh ``` 🟦 License: MIT -- cgit v1.2.3 From 580937213d6e5a410d15c6d9582d4822c78bfd72 Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:13:39 +0000 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 982da84..639b9cb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 🟩 Installaion: ``` -curl -s https://raw.githubusercontent.com/marlonivo/unifox.js) +curl -s https://raw.githubusercontent.com/marlonivo/unifox.js cd unifox.js install.sh ``` -- cgit v1.2.3 From d5ca2208f1d278cf335bee9bdee6b413fb4aa2e2 Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:13:51 +0000 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 639b9cb..a8f9d0a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 🟩 Installaion: ``` -curl -s https://raw.githubusercontent.com/marlonivo/unifox.js +git clone https://raw.githubusercontent.com/marlonivo/unifox.js cd unifox.js install.sh ``` -- cgit v1.2.3 From 38aaed86aebf0b42aff7bcb17d32b7a1039edac8 Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:17:39 +0000 Subject: Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a8f9d0a..ee115d6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ πŸŸͺ unifox.js 1. A autobootstrap script that which installs the addons: -- ublock-origin -- decentraleyes -- istilldontcareaboutcookies -- vimimium-c +- [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 -- cgit v1.2.3 From 53b2e161549a5b723b8e59e20c47bee8ffdba74e Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:18:18 +0000 Subject: Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ee115d6..a6c868c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -πŸŸͺ unifox.js +πŸŸͺ What is unifox.js +A + 1. A autobootstrap script that which installs the addons: - [ublock-origin](https://ublockorigin.com/) -- cgit v1.2.3 From 2b2ebc2d2b116983d559380d85982022d71cc901 Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:29:39 +0000 Subject: Update README.md --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a6c868c..b4bf498 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3 From f12e2211083dce017a341cb03483d49cd10f156a Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:44:23 +0000 Subject: Update README.md --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b4bf498..f6f135b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,48 @@ 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 +`f` - show quick keybinding's +`j` - scroll down +`k` - scroll up +`/` - enter find mode + `n` - cycle trough 'find mode' words +`r` - reload tab +`x` - close tab +`o` - open searchbar +`strg alt d` - activate dark mode on current page + + +browser tab operations: +`strg tab` - cycle trough open Tabs +`strg t` - new tab + `strg y` - youtube + `strg h` - vimiumc menu + `strg e` - deepl + `strg g` - github + `strg k` - chatgpt + `strg alt a` - about:addons + `strg alt c` - stylus add on + `strg alt u` - ublock origin add on + `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` - look for search history, downloads, tags and bookmarks +`strg shift k` - developer console + +youtube: +`t` - cinema mode +`s` - fullscreen +`c` - subtitiels +`strg alt i` - zoom in in video +`strg alt o` - zoom out in video + + + 🟦 License: MIT -- cgit v1.2.3 From 265cba107d228cf6c39b11735cf4507856bb443e Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:45:38 +0000 Subject: Update README.md --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f6f135b..5caec1f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -πŸŸͺ What is unifox.js ? +### πŸŸͺ 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: +### 🟨 The Autobootstrap Script will do the following with your boring firefox: 1. Install the addon's: - [ublock-origin](https://ublockorigin.com/) @@ -20,13 +20,13 @@ Unifox.js is autobootstrap-script that configures a unified-and distraction-free 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: +### 🟩 Installaion: ``` git clone https://raw.githubusercontent.com/marlonivo/unifox.js cd unifox.js install.sh ``` -🟦 Unified Keybindings for page navigation and browser tab operations: +### 🟦 Unified Keybindings for page-navigation and browser-tab-operations: page navigation: `?` - show help @@ -63,12 +63,10 @@ youtube: `t` - cinema mode `s` - fullscreen `c` - subtitiels -`strg alt i` - zoom in in video -`strg alt o` - zoom out in video +`strg alt i` - zoom in-to video +`strg alt o` - zoom out-of video - - -🟦 License: MIT +### 🟦 License: MIT -- cgit v1.2.3 From fd4dd52c9c21fcf6b5780f529feda367c87080d0 Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:46:00 +0000 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5caec1f..db2825a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ### πŸŸͺ 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/). +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: -- cgit v1.2.3 From a2b32d58ea40fda794186dc3430bf5933e8be360 Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:47:31 +0000 Subject: Update README.md --- README.md | 67 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 34 insertions(+), 33 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index db2825a..c060a52 100644 --- a/README.md +++ b/README.md @@ -26,44 +26,45 @@ git clone https://raw.githubusercontent.com/marlonivo/unifox.js cd unifox.js install.sh ``` +Um die Keybindings untereinander statt nebeneinander aufzulisten, kannst du die `
`-Tags in Markdown verwenden. Hier ist das überarbeitete Beispiel: + ### 🟦 Unified Keybindings for page-navigation and browser-tab-operations: -page navigation: -`?` - show help -`f` - show quick keybinding's -`j` - scroll down -`k` - scroll up -`/` - enter find mode - `n` - cycle trough 'find mode' words -`r` - reload tab -`x` - close tab -`o` - open searchbar +**page navigation:**
+`?` - show help
+`f` - show quick keybinding's
+`j` - scroll down
+`k` - scroll up
+`/` - enter find mode
+    `n` - cycle through 'find mode' words
+`r` - reload tab
+`x` - close tab
+`o` - open searchbar
`strg alt d` - activate dark mode on current page +**browser tab operations:**
+`strg tab` - cycle through open Tabs
+`strg t` - new tab
+    `strg y` - youtube
+    `strg h` - vimiumc menu
+    `strg e` - deepl
+    `strg g` - github
+    `strg k` - chatgpt
+    `strg alt a` - about:addons
+    `strg alt c` - stylus add on
+    `strg alt u` - ublock origin add on
+    `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` - look for search history, downloads, tags and bookmarks
+`strg shift k` - developer console -browser tab operations: -`strg tab` - cycle trough open Tabs -`strg t` - new tab - `strg y` - youtube - `strg h` - vimiumc menu - `strg e` - deepl - `strg g` - github - `strg k` - chatgpt - `strg alt a` - about:addons - `strg alt c` - stylus add on - `strg alt u` - ublock origin add on - `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` - look for search history, downloads, tags and bookmarks -`strg shift k` - developer console - -youtube: -`t` - cinema mode -`s` - fullscreen -`c` - subtitiels -`strg alt i` - zoom in-to video +**youtube:**
+`t` - cinema mode
+`s` - fullscreen
+`c` - subtitles
+`strg alt i` - zoom in-to video
`strg alt o` - zoom out-of video ### 🟦 License: MIT -- cgit v1.2.3 From f68f3848e12573fb31b70e619aa732da0752c951 Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:49:12 +0000 Subject: Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c060a52..a43c660 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,11 @@ Um die Keybindings untereinander statt nebeneinander aufzulisten, kannst du die **browser tab operations:**
`strg tab` - cycle through open Tabs
`strg t` - new tab
-    `strg y` - youtube
-    `strg h` - vimiumc menu
-    `strg e` - deepl
-    `strg g` - github
-    `strg k` - chatgpt
+    `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 add on
    `strg alt u` - ublock origin add on
-- cgit v1.2.3 From 6d027a333c47b74a29814e163aa6d69883f8241d Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:49:42 +0000 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a43c660..9a9fbe0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Um die Keybindings untereinander statt nebeneinander aufzulisten, kannst du die ### 🟦 Unified Keybindings for page-navigation and browser-tab-operations: **page navigation:**
-`?` - show help
+`?` - show help (overview of all keybindings)
`f` - show quick keybinding's
`j` - scroll down
`k` - scroll up
-- cgit v1.2.3 From cc69ace721ec2ac611347788179da755ac4f608a Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:50:12 +0000 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9a9fbe0..1ed6ff6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Um die Keybindings untereinander statt nebeneinander aufzulisten, kannst du die `j` - scroll down
`k` - scroll up
`/` - enter find mode
-    `n` - cycle through 'find mode' words
+    `n` - cycle through 'find mode'
`r` - reload tab
`x` - close tab
`o` - open searchbar
-- cgit v1.2.3 From 30abc127209349a892840a180abcf50c5972b174 Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:50:39 +0000 Subject: Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1ed6ff6..ed26562 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ Um die Keybindings untereinander statt nebeneinander aufzulisten, kannst du die     `n` - cycle through 'find mode'
`r` - reload tab
`x` - close tab
-`o` - open searchbar
`strg alt d` - activate dark mode on current page **browser tab operations:**
-- cgit v1.2.3 From 19ec0cf5465387b23e34303daca1cf0960645721 Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:52:35 +0000 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ed26562..2750888 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Um die Keybindings untereinander statt nebeneinander aufzulisten, kannst du die     `n` - cycle through 'find mode'
`r` - reload tab
`x` - close tab
-`strg alt d` - activate dark mode on current page +`d` - de-/activate dark mode **browser tab operations:**
`strg tab` - cycle through open Tabs
-- cgit v1.2.3 From 1822bebf6b352d03b2b229ef9472fc624114cc4b Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:53:41 +0000 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2750888..6c87c7e 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ Um die Keybindings untereinander statt nebeneinander aufzulisten, kannst du die     `strg g` - https://github.com
    `strg k` - https://chatgpt.com
    `strg alt a` - about:addons
-    `strg alt c` - stylus add on
-    `strg alt u` - ublock origin add on
+    `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
-- cgit v1.2.3 From 5776dfaa4d23bcd2026bdac5bbe94912e486324f Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:57:04 +0000 Subject: Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6c87c7e..ae9171c 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ Um die Keybindings untereinander statt nebeneinander aufzulisten, kannst du die     `n` - cycle through 'find mode'
`r` - reload tab
`x` - close tab
+will come in future: +`t` - translate webpage `d` - de-/activate dark mode **browser tab operations:**
-- cgit v1.2.3 From 1e3c001231f6fceb380573bb36c008b666d28813 Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:57:46 +0000 Subject: Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ae9171c..14abae5 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ Um die Keybindings untereinander statt nebeneinander aufzulisten, kannst du die     `n` - cycle through 'find mode'
`r` - reload tab
`x` - close tab
-will come in future: -`t` - translate webpage -`d` - de-/activate dark mode +**will come in future:**
+`t` - translate webpage
+`d` - de-/activate dark mode
**browser tab operations:**
`strg tab` - cycle through open Tabs
-- cgit v1.2.3 From ffd05f2b14ed052b52aad2648e3b8af5b8a97d57 Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:58:26 +0000 Subject: Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 14abae5..04eb96d 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Um die Keybindings untereinander statt nebeneinander aufzulisten, kannst du die **will come in future:**
`t` - translate webpage
`d` - de-/activate dark mode
+`s` - screenshot **browser tab operations:**
`strg tab` - cycle through open Tabs
@@ -58,7 +59,7 @@ Um die Keybindings untereinander statt nebeneinander aufzulisten, kannst du die `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` - look for search history, downloads, tags and bookmarks
+`strg shift h` - search history, downloads, tags and bookmarks
`strg shift k` - developer console **youtube:**
-- cgit v1.2.3 From 324ce320fa974a5f11074d4c85c45bc55e12b3d2 Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:59:10 +0000 Subject: Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 04eb96d..640fa7b 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ Unifox.js is autobootstrap-script that configures a unified-and distraction-free ### 🟨 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/) +- [ublock-origin](https://ublockorigin.com/) [preconfigured] +- [decentraleyes](https://decentraleyes.org/) - [istilldontcareaboutcookies](https://www.stilldontcareaboutcookies.com/) -- [vimimium-c](https://github.com/gdh1995/vimium-c) +- [vimimium-c](https://github.com/gdh1995/vimium-c) [preconfigured] 2. Then configures them, with the included `addons.json` file. -- cgit v1.2.3 From b968017fcfa389717859bfc5eb832e5a2b7066dd Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:59:40 +0000 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 640fa7b..e45397a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Unifox.js is autobootstrap-script that configures a unified-and distraction-free - [istilldontcareaboutcookies](https://www.stilldontcareaboutcookies.com/) - [vimimium-c](https://github.com/gdh1995/vimium-c) [preconfigured] -2. Then configures them, with the included `addons.json` file. +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 -- cgit v1.2.3 From a7ce13461e4fb3042d254e9d75bfca6114fb8cca Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 04:00:55 +0000 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e45397a..05ea023 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Unifox.js is autobootstrap-script that configures a unified-and distraction-free ### 🟨 The Autobootstrap Script will do the following with your boring firefox: -1. Install the addon's: +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/) @@ -11,7 +11,7 @@ Unifox.js is autobootstrap-script that configures a unified-and distraction-free 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: +3. Create a folder in the called `chrome` with a wide variety of simplicty making .css configuration files which include: - userChrome.css - userContent.css - userChrome.js -- cgit v1.2.3 From 03ad941dc21022aab116fbcda971cb079c09fa46 Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 04:01:44 +0000 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 05ea023..57f4512 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Unifox.js is autobootstrap-script that configures a unified-and distraction-free - userContent.css - userChrome.js -4. Set a custom background which can be changed within the `/home/artix/Code/Github/unifox/chrome/img/` directory. +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. -- cgit v1.2.3 From b3b1bbe7cf08f9cd7d4602779a48f3775fc959bd Mon Sep 17 00:00:00 2001 From: marlonivo <110742116+marlonivo@users.noreply.github.com> Date: Thu, 8 Aug 2024 04:02:16 +0000 Subject: Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 57f4512..d8f107d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ git clone https://raw.githubusercontent.com/marlonivo/unifox.js cd unifox.js install.sh ``` -Um die Keybindings untereinander statt nebeneinander aufzulisten, kannst du die `
`-Tags in Markdown verwenden. Hier ist das überarbeitete Beispiel: ### 🟦 Unified Keybindings for page-navigation and browser-tab-operations: -- cgit v1.2.3