hide more from mozilla
This commit is contained in:
parent
7dd1296485
commit
c4cb11305c
@ -228,9 +228,8 @@ installffaddons(){
|
|||||||
done
|
done
|
||||||
# Fix a Vim Vixen bug with dark mode not fixed on upstream:
|
# Fix a Vim Vixen bug with dark mode not fixed on upstream:
|
||||||
sudo -u "$name" mkdir -p "$pdir/chrome"
|
sudo -u "$name" mkdir -p "$pdir/chrome"
|
||||||
[ ! -f "$pdir/chrome/userContent.css" ] && sudo -u "$name" echo ".vimvixen-console-frame {
|
[ ! -f "$pdir/chrome/userContent.css" ] && sudo -u "$name" echo ".vimvixen-console-frame { color-scheme: light !important; }
|
||||||
color-scheme: light !important;
|
#category-more-from-mozilla { display: none !important }" > "$pdir/chrome/userContent.css"
|
||||||
}" > "$pdir/chrome/userContent.css"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
finalize() {
|
finalize() {
|
||||||
|
Loading…
Reference in New Issue
Block a user