From 69a722cfd33076a4d63f1d49e52bed427453eabe Mon Sep 17 00:00:00 2001 From: dacctal <120422854+dacctal@users.noreply.github.com> Date: Thu, 5 Mar 2026 01:21:45 +0000 Subject: initial commit --- browser-stuff/userChrome.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 browser-stuff/userChrome.css (limited to 'browser-stuff/userChrome.css') diff --git a/browser-stuff/userChrome.css b/browser-stuff/userChrome.css new file mode 100644 index 0000000..936de35 --- /dev/null +++ b/browser-stuff/userChrome.css @@ -0,0 +1,5 @@ +#TabsToolbar { display: none !important; } +#sidebar-box #sidebar-header { display: none !important; } + +* { border-radius: 8px; } +* { border-radius: 0px; } -- cgit v1.2.3