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() {