hide more from mozilla

This commit is contained in:
Luke Smith 2023-02-01 09:30:34 -05:00
parent 7dd1296485
commit c4cb11305c
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

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