summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstatic/thesiah.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/thesiah.sh b/static/thesiah.sh
index fa4dd7c..50af079 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 video-downloadhelper passff"
+ addonlist="adblock-plus enhancer-for-youtube languagetool livemarks passff video-downloadhelper vimium-ff"
addontmp="$(mktemp -d)"
trap 'rm -rf "$addontmp"' HUP INT QUIT TERM PWR EXIT
IFS=' '