{firefox,chromium}: normal_install both uBlocks, cleanup, configure uBoL

This commit is contained in:
Aminda Suomalainen 2024-06-04 20:45:49 +03:00
parent c32f6d20d2
commit ab8287801c
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
3 changed files with 25 additions and 6 deletions

View File

@ -39,15 +39,16 @@
"jid1-ZAdIEUB7XOzOJw@jetpack": {
"hasSeenPostInstall": true
},
"uBOLite@raymondhill.net": {
"disableFirstRunPage": true
},
"uBlock0@raymondhill.net": {
"toAdd": {
"trustedSiteDirectives": [
"chrome-extension-scheme",
"challenges.cloudflare.com",
"duckduckgo.com",
"ecosia.org",
"firefox.com",
"keyoxide.org",
"mozilla.net",
"mozilla.org",
"moz-extension-scheme",
@ -156,9 +157,13 @@
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/plasma-integration/latest.xpi",
"installation_mode": "force_installed"
},
"uBOLite@raymondhill.net": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin-lite/latest.xpi",
"installation_mode": "normal_installed"
},
"uBlock0@raymondhill.net": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
"installation_mode": "force_installed"
"installation_mode": "normal_installed"
},
"{3c078156-979c-498b-8990-85f7987dd929}": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/sidebery/latest.xpi",

View File

@ -20,6 +20,7 @@
- [Fedora User Agent](#fedora-user-agent)
- [Snowflake](#snowflake)
- [IPvFooBar](#ipvfoobar)
- [uBlock Origin Lite](#ublock-origin-lite)
- [AdNauseam](#adnauseam)
- [uBlock Origin](#ublock-origin-1)
- [Bitwarden](#bitwarden)
@ -88,6 +89,8 @@ do need something and thus it's `force_installed`.
- `bkdgflcldnnnapblkhphbgpggdiikppg` - DuckDuckGo
- `caoacbimdbbljakfhgikoodekdnlcgpk` - DuckDuckGo
- `cjpalhdlnbpafiamejdnhcphjbkeiagm` - uBlock Origin
- `ddkjiahejlhfcafbddmgiahcphecmpfh` - uBlock Origin Lite
- `mlojlfildnehdpnlmpkeiiglhhkofhpb` - AdNauseam
- `pkehgijcmpdhfbdbbnkijodmdjhbjlgp` - PrivacyBadger
@ -144,6 +147,10 @@ some offer rpm packages directly.
- `iimpkhokkfekbpmoamlmcndclohnehhk`
### [uBlock Origin Lite](https://chromewebstore.google.com/detail/ddkjiahejlhfcafbddmgiahcphecmpfh)
- `ddkjiahejlhfcafbddmgiahcphecmpfh`
### [AdNauseam](https://microsoftedge.microsoft.com/addons/detail/adnauseam/mlojlfildnehdpnlmpkeiiglhhkofhpb)
- `mlojlfildnehdpnlmpkeiiglhhkofhpb`

View File

@ -12,10 +12,8 @@
"trustedSiteDirectives": [
"chrome-extension-scheme",
"challenges.cloudflare.com",
"duckduckgo.com",
"ecosia.org",
"firefox.com",
"keyoxide.org",
"mozilla.net",
"mozilla.org",
"moz-extension-scheme",
@ -51,6 +49,9 @@
]
}
},
"ddkjiahejlhfcafbddmgiahcphecmpfh": {
"disableFirstRunPage": true
},
"mlojlfildnehdpnlmpkeiiglhhkofhpb": {
"toAdd": {
"trustedSiteDirectives": [
@ -102,7 +103,13 @@
"update_url": "https://clients2.google.com/service/update2/crx"
},
"cjpalhdlnbpafiamejdnhcphjbkeiagm": {
"installation_mode": "force_installed",
"installation_mode": "normal_installed",
"override_update_url": true,
"toolbar_pin": "force_pinned",
"update_url": "https://clients2.google.com/service/update2/crx"
},
"ddkjiahejlhfcafbddmgiahcphecmpfh": {
"installation_mode": "normal_installed",
"override_update_url": true,
"toolbar_pin": "force_pinned",
"update_url": "https://clients2.google.com/service/update2/crx"