autofox

default description
git clone https://git.awy.one/autofox.git
Log | Files | Refs | README

commit 7ba86566dd2ff8cf0523f1384fbdd4b60d8bab54
parent f7a8d2ed6bfbfd9e9a45a8ccf4c77687c1367612
Author: awy <awy@awy.one>
Date:   Sat, 16 Aug 2025 00:05:30 +0300

prefs

Diffstat:
Muser-overrides.js | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/user-overrides.js b/user-overrides.js @@ -61,3 +61,6 @@ user_pref("general.smoothScroll.msdPhysics.slowdownSpringConstant", 250); user_pref("general.smoothScroll.currentVelocityWeighting", "1.0"); user_pref("general.smoothScroll.stopDecelerationWeighting", "1.0"); user_pref("mousewheel.default.delta_multiplier_y", 400); // 250-400; adjust this number to your liking + +user_pref("privacy.resistFingerprinting", false); +user_pref("widget.use-xdg-desktop-portal.file-picker", 1);