Skip to content

Instantly share code, notes, and snippets.

@nichee
nichee / user.js
Created April 21, 2026 12:19
make firefox fast :)
// Firefox user.js
// Generated with Nicholas's modifications:
// - dom.ipc.processCount = 4 (not 1)
// - "Block dangerous and deceptive content" left enabled (not touched here)
// === Network ===
user_pref("network.captive-portal-service.enabled", false);
user_pref("network.notify.checkForProxies", false);
// === Browser Cache ===
@nichee
nichee / fast_firefox.md
Created April 21, 2026 12:15 — forked from RubenKelevra/fast_firefox.md
Make Firefox fast again