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:
+9
-1
@@ -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 *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user