From c87d49f8f51bcc1017a3b780e4fc12d99024d5ac Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 13 Mar 2026 15:36:26 -0400 Subject: [PATCH] simplify firefox customizations --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8edbe22..cb6302a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,7 @@ # Miscellaneous topics that I'm too lazy to script ## Firefox with tree-style tabs -1. Go to `about:config` in Firefox and make sure all of these are enabled/true - (as of 136, it appears the only one needed is the first): -``` -toolkit.legacyUserProfileCustomizations.stylesheets -layers.acceleration.force-enabled -gfx.webrender.all -gfx.webrender.enabled -layout.css.backdrop-filter.enabled -svg.context-properties.content.enabled -``` +1. Go to `about:config` in Firefox and make sure that + `toolkit.legacyUserProfileCustomizations.stylesheets` is set to `true`. 2. Close Firefox. 3. Set up https://github.com/MrOtherGuy/firefox-csshacks (git method) and add this to userChrome.css: