diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-17 00:09:04 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-17 00:09:04 +0900 |
| commit | 17269f9056b6747d781d43686278b0edbf452561 (patch) | |
| tree | 571d1c1a68ee569032728e8e9d5a1e2c1570220b | |
| parent | 3ec4c75d9098df2347ac5b12fed5e0b9e790e6fc (diff) | |
modified static/thesiah.sh
| -rwxr-xr-x | static/thesiah.sh | 5 |
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" } |
