Edit firefox bookmarks

This commit is contained in:
Yan Lin 2025-08-15 21:25:16 +09:00
parent c5207ec301
commit 57bf4c5536
4 changed files with 26 additions and 42 deletions

View file

@ -82,10 +82,18 @@
"browser.newtabpage.activity-stream.showSponsored" = false;
"browser.newtabpage.activity-stream.showSponsoredTopSites" = false;
# Privacy settings
"privacy.trackingprotection.enabled" = true;
"privacy.trackingprotection.socialtracking.enabled" = true;
"privacy.donottrackheader.enabled" = true;
# Privacy settings - Disable all tracking protection
"privacy.trackingprotection.enabled" = false;
"privacy.trackingprotection.socialtracking.enabled" = false;
"privacy.trackingprotection.pbmode.enabled" = false; # Disable in private browsing
"privacy.trackingprotection.cryptomining.enabled" = false;
"privacy.trackingprotection.fingerprinting.enabled" = false;
"privacy.trackingprotection.annotate_channels" = false;
"privacy.donottrackheader.enabled" = false;
"browser.contentblocking.category" = "custom"; # Set to custom to ensure our settings apply
"network.cookie.cookieBehavior" = 0; # 0 = Accept all cookies
"privacy.firstparty.isolate" = false;
"privacy.resistFingerprinting" = false;
# Performance
"gfx.webrender.all" = true;

View file

@ -168,20 +168,6 @@
options = { desc = "Quit"; };
}
# System clipboard keymaps
{
mode = "n";
key = "<leader>p";
action = "\"+p";
options = { desc = "Paste from system clipboard"; };
}
{
mode = "v";
key = "<leader>p";
action = "\"+p";
options = { desc = "Replace selection with system clipboard"; };
}
# System integration
{
mode = "n";