thelio76: ff change pinned shortcuts
This commit is contained in:
parent
96248a9941
commit
61e7b33b97
|
@ -74,11 +74,15 @@
|
|||
"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.havePinned" = "";
|
||||
"browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts.havePinned" = "duckduckgo";
|
||||
"browser.newtabpage.activity-stream.section.highlights.includePocket" = false;
|
||||
"browser.newtabpage.activity-stream.showSponsoredTopSites" = false;
|
||||
"browser.newtabpage.activity-stream.system.showSponsored" = false;
|
||||
"browser.newtabpage.pinned" = [ ];
|
||||
"browser.newtabpage.pinned" = [{
|
||||
url = "https://duckduckgo.com";
|
||||
label = "@duckduckgo";
|
||||
searchTopSite = true;
|
||||
}];
|
||||
"browser.urlbar.suggest.quicksuggest.sponsored" = false;
|
||||
"extensions.autoDisableScopes" = 0;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue