From c1b22b7e5b3c379dc14cc2e54a6246ba130c998e Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:18:41 -0500 Subject: [PATCH] Updated Common Overrides (markdown) --- Common-Overrides.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Common-Overrides.md b/Common-Overrides.md index dd5c07e..4c85c18 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -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.