thelio76: firefox
This commit is contained in:
parent
61e7b33b97
commit
0cb3015f3d
|
@ -70,12 +70,16 @@
|
|||
enable = true;
|
||||
profiles.default = {
|
||||
settings = {
|
||||
"browser.newtabpage.activity-stream.default.sites" = "https://www.wikipedia.org/";
|
||||
"browser.newtabpage.activity-stream.discoverystream.saveToPocketCard.enabled" = false;
|
||||
"browser.newtabpage.activity-stream.discoverystream.sendToPocket.enabled" = false;
|
||||
"browser.newtabpage.activity-stream.feeds.section.topstories" = false;
|
||||
"browser.newtabpage.activity-stream.feeds.system.topstories" = false;
|
||||
"browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts" = false;
|
||||
"browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts.havePinned" = "duckduckgo";
|
||||
"browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts.searchEngines" = "duckduckgo";
|
||||
"browser.newtabpage.activity-stream.section.highlights.includePocket" = false;
|
||||
"browser.newtabpage.activity-stream.showSponsored" = false;
|
||||
"browser.newtabpage.activity-stream.showSponsoredTopSites" = false;
|
||||
"browser.newtabpage.activity-stream.system.showSponsored" = false;
|
||||
"browser.newtabpage.pinned" = [{
|
||||
|
@ -83,6 +87,8 @@
|
|||
label = "@duckduckgo";
|
||||
searchTopSite = true;
|
||||
}];
|
||||
"browser.topsites.contile.cachedTiles" = [ ];
|
||||
"browser.topsites.contile.enabled" = false; # man fuck this shit, its the api that gets FF newpage shortcuts like FB, expedia, ...
|
||||
"browser.urlbar.suggest.quicksuggest.sponsored" = false;
|
||||
"extensions.autoDisableScopes" = 0;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue