privacy.resistFingerprinting = false privacy.fingerprintingProtection = true privacy.fingerprintingProtection.overrides = +AllTargets,-CSSPrefersColorScheme
reader.font_type.values ie: ["sans-serif","serif","monospace","Vollkorn","spleen"]
add buttons to scrollbars
#about:config, set to true
widget.non-native-theme.gtk.scrollbar.allow-buttons
#~/.config/gtk-3.0/gtk.css
scrollbar {
-GtkScrollbar-has-forward-stepper: true;
-GtkScrollbar-has-backward-stepper: true;
}