From 8f7ad65224a5588a070c74d17bab9e95a1f44949 Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Mon, 29 Jan 2024 10:07:47 +0100 Subject: [PATCH] Afjout config ff pour cacher les onglets --- .mozilla/firefox/gilou.new/chrome/userChrome.css | 7 +++++++ .mozilla/firefox/gilou.new/user.js | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 .mozilla/firefox/gilou.new/chrome/userChrome.css create mode 100644 .mozilla/firefox/gilou.new/user.js diff --git a/.mozilla/firefox/gilou.new/chrome/userChrome.css b/.mozilla/firefox/gilou.new/chrome/userChrome.css new file mode 100644 index 0000000..cff7e1a --- /dev/null +++ b/.mozilla/firefox/gilou.new/chrome/userChrome.css @@ -0,0 +1,7 @@ +#titlebar { + visibility: collapse; +} + +#sidebar-header { + visibility: collapse !important; +} diff --git a/.mozilla/firefox/gilou.new/user.js b/.mozilla/firefox/gilou.new/user.js new file mode 100644 index 0000000..a9722fe --- /dev/null +++ b/.mozilla/firefox/gilou.new/user.js @@ -0,0 +1,3 @@ +user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); +user_pref("gfx.webrender.software.opengl", true); +