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/)).