Compare commits

...

2 Commits

2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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"