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

browser scrollbar styles

https://github.com/yokoffing/Betterfox/issues/466
This commit is contained in:
yokoffing
2026-05-03 12:39:55 -04:00
committed by GitHub
parent 7d4e1eb6ea
commit 46387cc042
+9 -1
View File
@@ -3,7 +3,7 @@
* Peskyfox * * Peskyfox *
* "Aquila non capit muscas" * * "Aquila non capit muscas" *
* priority: remove annoyances * * priority: remove annoyances *
* version: 148 * * version: 152 *
* url: https://github.com/yokoffing/Betterfox * * url: https://github.com/yokoffing/Betterfox *
* credit: Some prefs are reproduced and adapted from the arkenfox project * * credit: Some prefs are reproduced and adapted from the arkenfox project *
* credit urL: https://github.com/arkenfox/user.js * * credit urL: https://github.com/arkenfox/user.js *
@@ -94,6 +94,14 @@ user_pref("browser.privateWindowSeparation.enabled", false);
// PREF: new tab page wallpapers // PREF: new tab page wallpapers
//user_pref("browser.newtabpage.activity-stream.newtabWallpapers.v2.enabled", true); // [DEFAULT FF132+] //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 * * SECTION: AI *
****************************************************************************/ ****************************************************************************/