|
@@ -1,4 +1,6 @@
|
1
|
|
-# Firefox Setup
|
|
1
|
+# Firefox
|
|
2
|
+
|
|
3
|
+Browser profile
|
2
|
4
|
|
3
|
5
|
## Extensions / Scripts
|
4
|
6
|
|
|
@@ -9,7 +11,7 @@
|
9
|
11
|
- Containers: [Multi-Account Containers](https://addons.mozilla.org/firefox/addon/multi-account-containers/) with [Temporary Containers](https://addons.mozilla.org/firefox/addon/temporary-containers/)
|
10
|
12
|
- Images: [Hover Zoom+](https://addons.mozilla.org/firefox/addon/hover-zoom-plus/)
|
11
|
13
|
- Navigation: [Vimium C](https://addons.mozilla.org/firefox/addon/vimium-c/)
|
12
|
|
-- [KeePassXC-Browser](https://addons.mozilla.org/firefox/addon/keepassxc-browser/)
|
|
14
|
+- Passwords: [KeePassXC-Browser](https://addons.mozilla.org/firefox/addon/keepassxc-browser/)
|
13
|
15
|
- Paywalls: [Bypass Paywalls Clean](https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean)
|
14
|
16
|
- Redirects: [Skip Redirect](https://addons.mozilla.org/firefox/addon/skip-redirect/)
|
15
|
17
|
- YouTube: [Sponsorblock](https://addons.mozilla.org/firefox/addon/sponsorblock/) and [DeArrow](https://addons.mozilla.org/firefox/addon/dearrow/) (both a bit heavy)
|
|
@@ -19,25 +21,37 @@
|
19
|
21
|
## Profiles / Containers
|
20
|
22
|
|
21
|
23
|
- Ashton
|
22
|
|
- - Default
|
|
24
|
+ - *Default*
|
23
|
25
|
- Finance
|
24
|
26
|
- Social
|
25
|
27
|
- Work
|
26
|
|
- - Default
|
|
28
|
+ - *Default*
|
27
|
29
|
- Personal
|
28
|
30
|
|
|
31
|
+## Setup
|
|
32
|
+
|
|
33
|
+```
|
|
34
|
+git init
|
|
35
|
+git config --local status.showUntrackedFiles no
|
|
36
|
+git remote add origin $URL
|
|
37
|
+git pull origin main
|
|
38
|
+```
|
|
39
|
+
|
29
|
40
|
## Reference
|
30
|
41
|
|
31
|
|
-- <https://github.com/arkenfox/user.js>
|
32
|
|
-- <https://github.com/yokoffing/Betterfox>
|
33
|
|
-- <https://github.com/xiaoxiaoflood/firefox-scripts>
|
34
|
|
-- <https://github.com/MrOtherGuy/fx-autoconfig>
|
35
|
42
|
- <http://kb.mozillazine.org/Profile_folder_-_Firefox>
|
36
|
43
|
- <https://www.userchrome.org/what-is-userchrome-js.html>
|
37
|
|
-- <https://www.reddit.com/r/FirefoxCSS/comments/o1ccqe/a_different_way_of_displaying_the_container_color/>
|
38
|
|
-- <https://github.com/AveYo/fox>
|
39
|
|
-- <https://greasyfork.org/en/scripts/3187-google-images-direct-link>
|
40
|
|
-- <https://greasyfork.org/en/scripts/10096-general-url-cleaner>
|
41
|
|
-- <https://greasyfork.org/en/scripts/431691-bypass-all-shortlinks>
|
42
|
|
-- <https://greasyfork.org/en/scripts/427254-preventpagevisibility>
|
43
|
|
-- <https://greasyfork.org/en/scripts/429635-always-on-focus>
|
|
44
|
+- `user.js`
|
|
45
|
+ - <https://github.com/arkenfox/user.js>
|
|
46
|
+ - <https://github.com/yokoffing/Betterfox>
|
|
47
|
+- Styles
|
|
48
|
+ - <https://www.reddit.com/r/FirefoxCSS/comments/o1ccqe/a_different_way_of_displaying_the_container_color/>
|
|
49
|
+ - <https://github.com/AveYo/fox>
|
|
50
|
+- Scripts
|
|
51
|
+ - <https://github.com/xiaoxiaoflood/firefox-scripts>
|
|
52
|
+ - <https://github.com/MrOtherGuy/fx-autoconfig>
|
|
53
|
+ - <https://greasyfork.org/en/scripts/3187-google-images-direct-link>
|
|
54
|
+ - <https://greasyfork.org/en/scripts/10096-general-url-cleaner>
|
|
55
|
+ - <https://greasyfork.org/en/scripts/431691-bypass-all-shortlinks>
|
|
56
|
+ - <https://greasyfork.org/en/scripts/427254-preventpagevisibility>
|
|
57
|
+ - <https://greasyfork.org/en/scripts/429635-always-on-focus>
|