mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Common Overrides (markdown)
+5
-1
@@ -129,7 +129,6 @@ Change your default search engine to DuckDuckGo, or [add](https://github.com/yok
|
|||||||
```javascript
|
```javascript
|
||||||
// PREF: always download files to the same location
|
// PREF: always download files to the same location
|
||||||
// [DIALOGUE] "Ask whether to open or save files"
|
// [DIALOGUE] "Ask whether to open or save files"
|
||||||
// true=direct download (default)
|
|
||||||
// false=the user is asked where to save
|
// false=the user is asked where to save
|
||||||
user_pref("browser.download.useDownloadDir", true);
|
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
|
### 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/)).
|
: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/)).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user