mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Common Overrides (markdown)
@@ -166,21 +166,6 @@ user_pref("privacy.userContext.enabled", true);
|
|||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
### GPU-accelerated Canvas2D
|
|
||||||
Add this pref if you use a dedicated GPU on a Windows PC. (It's already enabled on macOS and Linux.)
|
|
||||||
|
|
||||||
If you don't know what a discrete graphics card is or if your computer has one, skip this option.
|
|
||||||
|
|
||||||
> [!WARNING]
|
|
||||||
> This pref may cause issues on some Windows machines using [integrated GPUs](https://github.com/yokoffing/Betterfox/issues/153)
|
|
||||||
|
|
||||||
```javascript
|
|
||||||
// PREF: enable GPU-accelerated Canvas2D [WINDOWS]
|
|
||||||
user_pref("gfx.canvas.accelerated", true);
|
|
||||||
```
|
|
||||||
|
|
||||||
***
|
|
||||||
|
|
||||||
### Scrolling
|
### Scrolling
|
||||||
Firefox's default scrolling could be better. [Smoothfox](https://github.com/yokoffing/Betterfox/blob/main/Smoothfox.js) provides options for a better scroll experience.
|
Firefox's default scrolling could be better. [Smoothfox](https://github.com/yokoffing/Betterfox/blob/main/Smoothfox.js) provides options for a better scroll experience.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user