mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
Compare commits
2 Commits
3e56346be0
...
af5784b904
Author | SHA1 | Date | |
---|---|---|---|
af5784b904 | |||
405d407c2a |
@ -132,7 +132,8 @@ pref("browser.cache.memory.enable", true);
|
|||||||
// Start from homepage, don't restore the previous session (excluding pinned tabs)'
|
// Start from homepage, don't restore the previous session (excluding pinned tabs)'
|
||||||
pref("browser.startup.page", 1);
|
pref("browser.startup.page", 1);
|
||||||
// Simplified DDG experience without prompts for extension and all
|
// Simplified DDG experience without prompts for extension and all
|
||||||
pref("browser.startup.homepage", "https://start.duckduckgo.com");
|
//pref("browser.startup.homepage", "https://start.duckduckgo.com");
|
||||||
|
pref("browser.startup.homepage", "about:mozilla");
|
||||||
|
|
||||||
// https://codeberg.org/librewolf/settings/src/branch/master/librewolf.cfg begins
|
// https://codeberg.org/librewolf/settings/src/branch/master/librewolf.cfg begins
|
||||||
|
|
||||||
|
@ -147,6 +147,14 @@
|
|||||||
"Name": "Brave Search",
|
"Name": "Brave Search",
|
||||||
"PostData": "q={searchTerms}",
|
"PostData": "q={searchTerms}",
|
||||||
"URLTemplate": "https://search.brave.com/search?q={searchTerms}"
|
"URLTemplate": "https://search.brave.com/search?q={searchTerms}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Alias": "bg",
|
||||||
|
"Description": "Brave Search Goggles",
|
||||||
|
"Method": "GET",
|
||||||
|
"Name": "Brave Search Goggles",
|
||||||
|
"PostData": "q={searchTerms}",
|
||||||
|
"URLTemplate": "https://search.brave.com/goggles?q={searchTerms}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Default": "DuckDuckGo Start"
|
"Default": "DuckDuckGo Start"
|
||||||
|
Loading…
Reference in New Issue
Block a user