1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Updated Common Overrides (markdown)

yokoffing
2023-10-10 13:36:49 -04:00
parent 0b08791abc
commit c0efeaeee7
+5 -1
@@ -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/)).