// Reduce browser fingerprinting
user_pref("privacy.resistFingerprinting", true);
user_pref("privacy.trackingprotection.enabled", true);
user_pref("privacy.firstparty.isolate", true);
user_pref("webgl.disabled", true);
user_pref("browser.cache.offline.enable", false);
user_pref("browser.cache.disk.enable", false);
// Spoof screen resolution
user_pref("privacy.resistFingerprinting.screen_size", "1920x1080");
// Disable WebRTC (prevents real IP leaks)
user_pref("media.peerconnection.enabled", false);
// Custom smooth scrolling settings
user_pref("general.smoothScroll", true);
user_pref("general.smoothScroll.mouseWheel.durationMaxMS", 400);
user_pref("general.smoothScroll.mouseWheel.durationMinMS", 200);
user_pref("general.smoothScroll.mouseWheel.migrationPercent", 50);
user_pref("general.smoothScroll.currentVelocityWeighting", "1.0");
user_pref("general.smoothScroll.stopDecelerationWeighting", "1.0");
user_pref("general.smoothScroll.MaxDeltaMS", 25);
user_pref("general.smoothScroll.Ratio", "2");
tama ba to idol
