mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 05:07:34 +02:00
Compare commits
No commits in common. "af5784b90457934ecd4ccb5abc4b9dcef49bbca0" and "3e56346be09decd8f44ded038a93801a5563a43f" have entirely different histories.
af5784b904
...
3e56346be0
@ -132,8 +132,7 @@ pref("browser.cache.memory.enable", true);
|
||||
// Start from homepage, don't restore the previous session (excluding pinned tabs)'
|
||||
pref("browser.startup.page", 1);
|
||||
// Simplified DDG experience without prompts for extension and all
|
||||
//pref("browser.startup.homepage", "https://start.duckduckgo.com");
|
||||
pref("browser.startup.homepage", "about:mozilla");
|
||||
pref("browser.startup.homepage", "https://start.duckduckgo.com");
|
||||
|
||||
// https://codeberg.org/librewolf/settings/src/branch/master/librewolf.cfg begins
|
||||
|
||||
|
@ -147,14 +147,6 @@
|
||||
"Name": "Brave Search",
|
||||
"PostData": "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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user