mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 05:07:34 +02:00
Compare commits
2 Commits
0f23d25647
...
5149b23598
Author | SHA1 | Date | |
---|---|---|---|
5149b23598 | |||
16d6a3df09 |
@ -50,6 +50,10 @@
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/peertube-companion/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
},
|
||||
"wayback_machine@mozilla.org": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/wayback-machine_new/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"{3c078156-979c-498b-8990-85f7987dd929}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/sidebery/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
@ -66,6 +70,10 @@
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/new-tab-suspender/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
},
|
||||
"{9a43830f-5a27-4114-8f98-aa191ebde62e}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/bias-finder/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"{b11bea1f-a888-4332-8d8a-cec2be7d24b9}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/torproject-snowflake/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
|
@ -14,9 +14,11 @@
|
||||
- [NoScript](#noscript)
|
||||
- [Dark Reader](#dark-reader)
|
||||
- [Indiewiki Buddy](#indiewiki-buddy)
|
||||
- [Wayback Machine](#wayback-machine)
|
||||
- [Privacy Manager](#privacy-manager)
|
||||
- [Terms of Service; Didn't Read](#terms-of-service-didnt-read)
|
||||
- [Fedora User Agent](#fedora-user-agent)
|
||||
- [Bias Finder](#bias-finder)
|
||||
- [Snowflake](#snowflake)
|
||||
- [AdNauseam](#adnauseam)
|
||||
- [Bitwarden](#bitwarden)
|
||||
@ -95,6 +97,12 @@ in not so hardened Chromium for a bit due to hardened Firefox being too much
|
||||
for my task and there is no reason occassionally needed Chromium shouldn't be
|
||||
tolerable for a few minutes.
|
||||
|
||||
### [Wayback Machine](https://chrome.google.com/webstore/detail/fpnmgdkabkmnadcjpehmlllkndpkmiak)
|
||||
|
||||
- `fpnmgdkabkmnadcjpehmlllkndpkmiak`
|
||||
|
||||
[web.archive.org](https://web.archive.org) saving and discovering.
|
||||
|
||||
### [Privacy Manager](https://chrome.google.com/webstore/detail/giccehglhacakcfemddmfhdkahamfcmd)
|
||||
|
||||
- `giccehglhacakcfemddmfhdkahamfcmd`
|
||||
@ -113,6 +121,10 @@ incognito is disabled (which again is not great idea for quick guest access?)
|
||||
Communicates websites that Ubuntu isn't the only Linux distribution and makes
|
||||
some offer rpm packages directly.
|
||||
|
||||
### [Bias Finder](https://chromewebstore.google.com/detail/jojjlkfeofgcjeanbpghcapjcccbakop)
|
||||
|
||||
Political bias of English language media sites powered by allsides.com
|
||||
|
||||
### [Snowflake](https://chrome.google.com/webstore/detail/mafpmfcccpbjnhfhjnllmmalhifmlcie)
|
||||
|
||||
- `mafpmfcccpbjnhfhjnllmmalhifmlcie`
|
||||
|
@ -41,6 +41,12 @@
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"fpnmgdkabkmnadcjpehmlllkndpkmiak": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"giccehglhacakcfemddmfhdkahamfcmd": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
@ -59,6 +65,12 @@
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"jojjlkfeofgcjeanbpghcapjcccbakop": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"mafpmfcccpbjnhfhjnllmmalhifmlcie": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user