moar firefoxy
This commit is contained in:
@@ -46,6 +46,12 @@
|
||||
"media.autoplay.default" = 0;
|
||||
# Opens PDFs in the browser
|
||||
"browser.download.open_pdf_attachments_inline" = true;
|
||||
# Specifies the download directory.
|
||||
"browser.download.folderList" = 2;
|
||||
"browser.download.useDownloadDir" = false;
|
||||
"browser.download.dir" = "/tmp";
|
||||
# Restore previous session automatically
|
||||
"browser.startup.page"= 3;
|
||||
# Enable compact mode
|
||||
"browser.uidensity" = 1;
|
||||
}
|
||||
|
||||
@@ -118,4 +118,10 @@
|
||||
# Disables executing of JavaScript in the PDF form viewer. It is possible that
|
||||
# some PDFs are not rendered correctly due to missing functions.
|
||||
"pdfjs.enableScripting" = true;
|
||||
|
||||
# copied these from a blog
|
||||
"browser.newtabpage.activity-stream.feeds.telemetry" = false;
|
||||
"browser.newtabpage.activity-stream.telemetry" = false;
|
||||
"browser.ping-centre.telemetry" = false;
|
||||
"devtools.onboarding.telemetry.logged" = false;
|
||||
}
|
||||
|
||||
@@ -69,7 +69,6 @@ in {
|
||||
ublock-origin
|
||||
keepassxc-browser
|
||||
youtube-nonstop
|
||||
vimium
|
||||
];
|
||||
inherit search;
|
||||
};
|
||||
@@ -86,7 +85,6 @@ in {
|
||||
sponsorblock
|
||||
ublock-origin
|
||||
youtube-nonstop
|
||||
vimium
|
||||
];
|
||||
inherit search;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user