hide more from mozilla
This commit is contained in:
parent
7dd1296485
commit
c4cb11305c
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user