firefox

Scientific Operations: Bare minimum guide

firefox

Respect css themes with resistFingerprinting

 privacy.resistFingerprinting = false
 privacy.fingerprintingProtection = true
 privacy.fingerprintingProtection.overrides = +AllTargets,-CSSPrefersColorScheme

Change reader-view font

reader.font_type.values
ie: ["sans-serif","serif","monospace","Vollkorn","spleen"]

Scrollbars

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;
}