Compare commits

...

3 Commits

4 changed files with 8 additions and 12 deletions

View File

@ -54,11 +54,13 @@ pref("javascript.use_us_english_locale", true);
// the fingerprinting game. Then again as sending empty accept-language is // the fingerprinting game. Then again as sending empty accept-language is
// valid ("just give me any"), what if I request only Finnish considering the // valid ("just give me any"), what if I request only Finnish considering the
// RFC discourages sending rejection if no language matches. // RFC discourages sending rejection if no language matches.
pref("intl.accept_languages", "fi"); //pref("intl.accept_languages", "fi");
// Apparently even not sending accept-language is more common than Finnish, // Apparently even not sending accept-language is more common than Finnish,
// so let's do that. Any language is fine, at least I am not promoting English // so let's do that. Any language is fine, at least I am not promoting English
// to every web site I visit. // to every web site I visit.
//pref("intl.accept_languages", ""); //pref("intl.accept_languages", "");
// Mi ne plu pensas ĉi tion estas serioza.
pref("intl.accept_languages", "eo, fi");
// No JavaScript allowed in internal pdf viewer // No JavaScript allowed in internal pdf viewer
pref("pdfjs.enableScripting", false); pref("pdfjs.enableScripting", false);
@ -111,7 +113,7 @@ pref("network.trr.disable-ECS", false);
pref("network.dns.echconfig.enabled", true); pref("network.dns.echconfig.enabled", true);
pref("network.dns.use_https_rr_as_altsvc", true); pref("network.dns.use_https_rr_as_altsvc", true);
pref("network.trr.exclude-etc-hosts", false); pref("network.trr.exclude-etc-hosts", false);
pref("network.trr.excluded-domains", "http.badssl.com,norwegianwifi.com,mywifiext.net,tplinkrepeater.net,router.asus.com",); pref("network.trr.excluded-domains", "http.badssl.com,norwegianwifi.com,mywifiext.net,tplinkrepeater.net,router.asus.com");
// Default UI scale // Default UI scale
pref("layout.css.devPixelsPerPx", "1.5"); pref("layout.css.devPixelsPerPx", "1.5");

View File

@ -58,10 +58,6 @@
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/new-tab-suspender/latest.xpi", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/new-tab-suspender/latest.xpi",
"installation_mode": "force_installed" "installation_mode": "force_installed"
}, },
"{73a6fe31-595d-460b-a920-fcc0f8843232}": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/noscript/latest.xpi",
"installation_mode": "normal_installed"
},
"{b11bea1f-a888-4332-8d8a-cec2be7d24b9}": { "{b11bea1f-a888-4332-8d8a-cec2be7d24b9}": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/torproject-snowflake/latest.xpi", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/torproject-snowflake/latest.xpi",
"installation_mode": "force_installed" "installation_mode": "force_installed"

View File

@ -70,6 +70,10 @@ so it won't interfere with other extensions.
- `doojmbjmlfjjnbmnoijecmcbfeoakpjm` - `doojmbjmlfjjnbmnoijecmcbfeoakpjm`
**_Not actually installed by `aminda-extensions.json` anymore due to
self-reflection and deciding it's a bit much to push on unsuspecting family
members._**
Appears to make the internet much more pleasant and less distracting in 2024 Appears to make the internet much more pleasant and less distracting in 2024
eliminating the cookie banners and all, while not trusting lists generated by eliminating the cookie banners and all, while not trusting lists generated by
other people. other people.

View File

@ -29,12 +29,6 @@
"toolbar_pin": "default_unpinned", "toolbar_pin": "default_unpinned",
"update_url": "https://clients2.google.com/service/update2/crx" "update_url": "https://clients2.google.com/service/update2/crx"
}, },
"doojmbjmlfjjnbmnoijecmcbfeoakpjm": {
"installation_mode": "normal_installed",
"override_update_url": true,
"toolbar_pin": "force_pinned",
"update_url": "https://clients2.google.com/service/update2/crx"
},
"eimadpbcbfnmbkopoojfekhnkhdbieeh": { "eimadpbcbfnmbkopoojfekhnkhdbieeh": {
"installation_mode": "normal_installed", "installation_mode": "normal_installed",
"override_update_url": true, "override_update_url": true,