From 46387cc0428a888a2ddb146e0e53a2883ebe4235 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Sun, 3 May 2026 12:39:55 -0400 Subject: [PATCH] browser scrollbar styles https://github.com/yokoffing/Betterfox/issues/466 --- Peskyfox.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Peskyfox.js b/Peskyfox.js index d119c1d..b3bdc77 100644 --- a/Peskyfox.js +++ b/Peskyfox.js @@ -3,7 +3,7 @@ * Peskyfox * * "Aquila non capit muscas" * * priority: remove annoyances * - * version: 148 * + * version: 152 * * url: https://github.com/yokoffing/Betterfox * * credit: Some prefs are reproduced and adapted from the arkenfox project * * credit urL: https://github.com/arkenfox/user.js * @@ -94,6 +94,14 @@ user_pref("browser.privateWindowSeparation.enabled", false); // PREF: new tab page wallpapers //user_pref("browser.newtabpage.activity-stream.newtabWallpapers.v2.enabled", true); // [DEFAULT FF132+] +// PREF: browser scrollbar styles +// 0 - Default +// 1 - Thin and round, more like Chromium ones +// 2 - Thinner than 1 +// 3 - Even thinner than 1 +// 4 - Very bold and square +//user_pref("widget.non-native-theme.scrollbar.style", 0); // [DEFAULT] + /**************************************************************************** * SECTION: AI * ****************************************************************************/