summaryrefslogtreecommitdiff
path: root/static/thesiah.sh
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-17 00:09:04 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-17 00:09:04 +0900
commit17269f9056b6747d781d43686278b0edbf452561 (patch)
tree571d1c1a68ee569032728e8e9d5a1e2c1570220b /static/thesiah.sh
parent3ec4c75d9098df2347ac5b12fed5e0b9e790e6fc (diff)
modified static/thesiah.sh
Diffstat (limited to 'static/thesiah.sh')
-rwxr-xr-xstatic/thesiah.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/static/thesiah.sh b/static/thesiah.sh
index c7990fe..4e18142 100755
--- a/static/thesiah.sh
+++ b/static/thesiah.sh
@@ -307,7 +307,7 @@ Exec=/usr/local/lib/arkenfox-auto-update' >/etc/pacman.d/hooks/arkenfox.hook
}
installffaddons() {
- addonlist="vimium-ff enhancerforyouTube adblock-plus languagetool livemarks traduzir-paginas-web video-downloadhelper passff"
+ addonlist="vimium-ff enhancer-for-youtube adblock-plus languagetool livemarks traduzir-paginas-web video-downloadhelper passff"
addontmp="$(mktemp -d)"
trap 'rm -rf "$addontmp"' HUP INT QUIT TERM PWR EXIT
IFS=' '
@@ -325,6 +325,9 @@ installffaddons() {
id="${id##*\"}"
mv "$file" "$sipdir/extensions/$id.xpi"
done
+ chromedir="$sipdir/chrome"
+ mkdir -p "$chromedir"
+ curl -sLo "$chromedir/userChrome.css" "https://raw.githubusercontent.com/dannycolin/fx-compact-mode/main/userChrome.css"
chown -R "$name:$name" "$sipdir/extensions"
}