Skip to content

Instantly share code, notes, and snippets.

@yuraloginoff
Last active February 25, 2024 09:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuraloginoff/0c37404850522a468629c39cef75e9d8 to your computer and use it in GitHub Desktop.
Save yuraloginoff/0c37404850522a468629c39cef75e9d8 to your computer and use it in GitHub Desktop.
Firefox fixes on Kubuntu
1. How to Install Firefox as a .Deb on Ubuntu 22.04 (Not a Snap)
https://www.omgubuntu.co.uk/2022/04/how-to-install-firefox-deb-apt-ubuntu-22-04
2. Improvements
about:config
// UI scale
layout.css.devPixelsPerPx -> 1.15
// precise scrolling
mousewheel.system_scroll_override.enabled -> false
// Set Firefox to look for userChrome.css
// https://www.userchrome.org/how-create-userchrome-css.html
toolkit.legacyUserProfileCustomizations.stylesheets -> true
3. Install https://github.com/black7375/Firefox-UI-Fix
4. Enable Browser Toolbox
https://firefox-source-docs.mozilla.org/devtools-user/browser_toolbox/index.html
browser.tabs.cardPreview.enabled
browser.tabs.tabmanager.enabled // List all tabs Arrow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment