summaryrefslogtreecommitdiff
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
parent7cb94cd196895f006fdc1f51f72a8378abd6e032 (diff)
modified static/progs.csv, modified static/thesiah.sh
-rw-r--r--static/progs.csv2
-rwxr-xr-xstatic/thesiah.sh2
2 files changed, 1 insertions, 3 deletions
diff --git a/static/progs.csv b/static/progs.csv
index 339c5ee..40a1dd1 100644
--- a/static/progs.csv
+++ b/static/progs.csv
@@ -83,7 +83,6 @@ A,firefox-extension-localcdn-bin,emulates Content Delivery Networks.
A,firefox-extension-video-download-helper,is a video download helper.
,firefox-i18n-ko,is a Korean language pack for Firefox.
A,firefox-sponsorblock-for-youtube-skip-sponsorships-bin,easily skips YouTube video sponsors.
-,firefox-tridactyl,is vim bindings in your browser.
,firefox-ublock-origin,is an Efficient blocker.
,fzf,is a fuzzy finder tool used for easy selection and location of files.
,geoip,is a Non-DNS IP-to-country resolver C library & utils.
@@ -122,7 +121,6 @@ A,librewolf-extension-darkreader-bin,makes dark mode for every website.
A,librewolf-extension-localcdn-bin,emulates Content Delivery Networks.
A,librewolf-extension-istilldontcareaboutcookies-bin,removes annoying cookie banners.
A,librewolf-extension-sponsorblock-bin,skips YouTube video sponsors.
-A,librewolf-extension-tridactyl-bin,is vim bindings in your browser.
A,librewolf-extension-ublock-origin-bin,is the best ad blocker in town.
P,lightgbm,loads data from: LibSVM (zero-based) / TSV / CSV format text file.
,lsof,lists open files for running Unix processes.
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=' '