moar firefoxy

This commit is contained in:
Kopatz
2024-04-08 20:48:00 +02:00
parent 5a1bbce263
commit 2751455ec5
3 changed files with 12 additions and 2 deletions

View File

@@ -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;
}

View File

@@ -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;
}

View File

@@ -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;
};