From c4cb11305ce3c922f24895c38f50ba128ef02cbe Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 1 Feb 2023 09:30:34 -0500 Subject: [PATCH] hide more from mozilla --- static/larbs.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/larbs.sh b/static/larbs.sh index e80ea58..353ac25 100644 --- a/static/larbs.sh +++ b/static/larbs.sh @@ -228,9 +228,8 @@ installffaddons(){ done # Fix a Vim Vixen bug with dark mode not fixed on upstream: sudo -u "$name" mkdir -p "$pdir/chrome" - [ ! -f "$pdir/chrome/userContent.css" ] && sudo -u "$name" echo ".vimvixen-console-frame { - color-scheme: light !important; -}" > "$pdir/chrome/userContent.css" + [ ! -f "$pdir/chrome/userContent.css" ] && sudo -u "$name" echo ".vimvixen-console-frame { color-scheme: light !important; } +#category-more-from-mozilla { display: none !important }" > "$pdir/chrome/userContent.css" } finalize() {