From c0efeaeee75ba6e4f3df4458d97f2e3b4a7dfbff Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:36:49 -0400 Subject: [PATCH] Updated Common Overrides (markdown) --- Common-Overrides.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Common-Overrides.md b/Common-Overrides.md index 1a27d80..f71802d 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -129,7 +129,6 @@ Change your default search engine to DuckDuckGo, or [add](https://github.com/yok ```javascript // PREF: always download files to the same location // [DIALOGUE] "Ask whether to open or save files" -// true=direct download (default) // false=the user is asked where to save user_pref("browser.download.useDownloadDir", true); ``` @@ -174,6 +173,11 @@ user_pref("privacy.userContext.newTabContainerOnLeftClick.enabled", true); *** +### Better Scrolling +Firefox's default scrolling needs improvement. [Smoothfox](https://github.com/yokoffing/Betterfox/blob/main/Smoothfox.js) lets you customize scrolling to your liking. + +*** + ### Public Key Pinning :warning: Override if your antivirus software — or some other [source](https://github.com/yokoffing/Betterfox/issues/232#issuecomment-1732346856) — won't let you open websites ([example](https://www.reddit.com/r/firefox/comments/16mlv15/kaspersky_cant_scan_encrypted_connections_with/)).