home: improve firefox

This commit is contained in:
genofire 2022-07-05 22:37:58 +02:00
parent c54639a536
commit f7bc43fce0
1 changed files with 5 additions and 0 deletions

View File

@ -9,9 +9,14 @@
"github".url = "https://github.com"; "github".url = "https://github.com";
}; };
settings = { settings = {
"extensions.pocket.enabled" = false;
#----
"browser.tabs.unloadOnLowMemory" = false; "browser.tabs.unloadOnLowMemory" = false;
# to enable userChrome # to enable userChrome
"toolkit.legacyUserProfileCustomizations.stylesheets" = true; "toolkit.legacyUserProfileCustomizations.stylesheets" = true;
#----
"browser.newtabpage.activity-stream.showSponsoredTopSites" = false;
"browser.newtabpage.activity-stream.showSponsored" = false;
}; };
userChrome = '' userChrome = ''
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");