Compare commits

..

No commits in common. "af5784b90457934ecd4ccb5abc4b9dcef49bbca0" and "3e56346be09decd8f44ded038a93801a5563a43f" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View File

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

View File

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