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

Updated Common Overrides (markdown)

yokoffing
2024-12-09 14:18:41 -05:00
parent f9c0d8b55f
commit c1b22b7e5b
-15
@@ -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
Firefox's default scrolling could be better. [Smoothfox](https://github.com/yokoffing/Betterfox/blob/main/Smoothfox.js) provides options for a better scroll experience.