summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-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=' '