diff options
Diffstat (limited to 'static')
| -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" } |
