home: improve firefox
This commit is contained in:
parent
c54639a536
commit
f7bc43fce0
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue