-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall_firefox-addons.sh
executable file
·28 lines (28 loc) · 1.21 KB
/
install_firefox-addons.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/bash
#to run this script go into the folder where it is then run: ./install_firefox-addons.sh
#
set -eu
#
echo "
open links in firefox and install them:
https://addons.mozilla.org/en-GB/firefox/addon/ublock-origin
https://addons.mozilla.org/en-GB/firefox/addon/noscript
https://addons.mozilla.org/en-GB/firefox/addon/video-downloadhelper
https://addons.mozilla.org/en-GB/firefox/addon/floccus
https://addons.mozilla.org/en-GB/firefox/addon/metager-suche
https://addons.mozilla.org/en-GB/firefox/addon/startpage-private-search
https://addons.mozilla.org/en-US/firefox/addon/offline-qr-code-generator
https://addons.mozilla.org/en-US/firefox/addon/archive-page/
https://privacybadger.org/
https://addons.mozilla.org/de/firefox/addon/https-everywhere/
https://addons.mozilla.org/en-US/firefox/addon/image-block-x/
https://addons.mozilla.org/de/firefox/addon/swisscows-search/
https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/
https://addons.mozilla.org/en-US/firefox/addon/hls-stream-detector/
https://addons.mozilla.org/en-US/firefox/addon/castkodi/
apt install webext-ublock-origin-firefox
apt install webext-lightbeam
apt install webext-noscript
apt install webext-ublock-origin-firefox
https://sepiasearch.org
"