summaryrefslogtreecommitdiff
path: root/static/thesiah.sh
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-18 15:18:08 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-18 15:18:08 +0900
commitb6068cbb0836d72c21e8778e30ecbc7a85e6c8b8 (patch)
tree0cf64988cb3a43c957289811793a28b430fce317 /static/thesiah.sh
parent7cb94cd196895f006fdc1f51f72a8378abd6e032 (diff)
modified static/progs.csv, modified static/thesiah.sh
Diffstat (limited to 'static/thesiah.sh')
-rwxr-xr-xstatic/thesiah.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/thesiah.sh b/static/thesiah.sh
index d4ce534..fa4dd7c 100755
--- a/static/thesiah.sh
+++ b/static/thesiah.sh
@@ -290,7 +290,7 @@ makeuserjs() {
}
installffaddons() {
- addonlist="vimium-ff enhancer-for-youtube adblock-plus languagetool livemarks traduzir-paginas-web video-downloadhelper passff"
+ addonlist="vimium-ff enhancer-for-youtube adblock-plus languagetool livemarks video-downloadhelper passff"
addontmp="$(mktemp -d)"
trap 'rm -rf "$addontmp"' HUP INT QUIT TERM PWR EXIT
IFS=' '