Browse Source

Add search engines

main
Ashton Charbonneau 1 year ago
parent
commit
2df629b8ed
2 changed files with 7 additions and 2 deletions
  1. 6
    2
      README.md
  2. 1
    0
      user.js

+ 6
- 2
README.md View File

14
 - [DeArrow]
14
 - [DeArrow]
15
 - [KeePassXC-Browser](https://addons.mozilla.org/firefox/addon/keepassxc-browser/)
15
 - [KeePassXC-Browser](https://addons.mozilla.org/firefox/addon/keepassxc-browser/)
16
 - [Torrent Control](https://addons.mozilla.org/en-CA/firefox/addon/torrent-control/)
16
 - [Torrent Control](https://addons.mozilla.org/en-CA/firefox/addon/torrent-control/)
17
-
18
 - Temporary Containers
17
 - Temporary Containers
19
 - multifoxContainer
18
 - multifoxContainer
20
 - Link Status Redux
19
 - Link Status Redux
29
 
28
 
30
 ## Profiles / Containers
29
 ## Profiles / Containers
31
 
30
 
32
-- Personal
31
+- Ashton
33
 	- Default
32
 	- Default
34
 	- Finance
33
 	- Finance
35
 	- Social
34
 	- Social
38
 	- Default
37
 	- Default
39
 	- Personal
38
 	- Personal
40
 
39
 
40
+## Search Engines
41
+
42
+
43
+
41
 ## Reference
44
 ## Reference
42
 
45
 
43
 - <https://github.com/arkenfox/user.js>
46
 - <https://github.com/arkenfox/user.js>
46
 - <https://github.com/MrOtherGuy/fx-autoconfig>
49
 - <https://github.com/MrOtherGuy/fx-autoconfig>
47
 - <http://kb.mozillazine.org/Profile_folder_-_Firefox>
50
 - <http://kb.mozillazine.org/Profile_folder_-_Firefox>
48
 - <https://www.userchrome.org/what-is-userchrome-js.html>
51
 - <https://www.userchrome.org/what-is-userchrome-js.html>
52
+

+ 1
- 0
user.js View File

19
 user_pref("browser.warnOnQuitShortcut", true); // warn on quit
19
 user_pref("browser.warnOnQuitShortcut", true); // warn on quit
20
 user_pref("browser.tabs.warnOnClose", true); // warn on quit
20
 user_pref("browser.tabs.warnOnClose", true); // warn on quit
21
 user_pref("app.update.suppressPrompts", true); // disable update warning
21
 user_pref("app.update.suppressPrompts", true); // disable update warning
22
+user_pref("browser.urlbar.update2.engineAliasRefresh", true); // allow adding search engines
22
 
23
 
23
 /* Recommendations */
24
 /* Recommendations */
24
 user_pref("browser.newtabpage.activity-stream.default.sites", ""); // blank top sites
25
 user_pref("browser.newtabpage.activity-stream.default.sites", ""); // blank top sites

Loading…
Cancel
Save