Firefox備忘錄
Created 2019-02-08 / Updated 2026-03-09直接打開about:config中某個項目:
about:config?filter=項目名
SOCKS相關:
network.proxy.socks -> 127.0.0.1
network.proxy.socks_port -> 1080
network.proxy.socks_remote_dns -> true
network.proxy.type -> 1
DoH:
network.trr.mode -> 3
network.trr.uri -> https://1.1.1.1/dns-query
图片:
permissions.default.image
-> 1
Allow all images to load, regardless of origin. (Default)
-> 2
Block all images from loading.
-> 3
Prevent third-party images from loading.
关闭js:
javascript.enabled -> false
关闭预先读取:
network.prefetch-next -> false
关闭网络检测:
network.captive-portal-service.enabled -> false
network.connectivity-service.enabled -> false
关闭磁盘缓存:
browser.cache.disk.enable -> false
会话保存间隔改为10分钟:
browser.sessionstore.interval -> 600000
禁用会话恢复:
browser.sessionstore.resume_from_crash -> false
Categories: [www]