mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 21:37:24 +02:00
Compare commits
No commits in common. "5fb1d12d142c9c41eb4cdd6e38bd965c61e3287d" and "7a20f0840b54cb63ffcef2420ab1442023957444" have entirely different histories.
5fb1d12d14
...
7a20f0840b
@ -54,13 +54,11 @@ pref("javascript.use_us_english_locale", true);
|
||||
// the fingerprinting game. Then again as sending empty accept-language is
|
||||
// valid ("just give me any"), what if I request only Finnish considering the
|
||||
// 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,
|
||||
// so let's do that. Any language is fine, at least I am not promoting English
|
||||
// to every web site I visit.
|
||||
//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
|
||||
pref("pdfjs.enableScripting", false);
|
||||
@ -113,7 +111,7 @@ pref("network.trr.disable-ECS", false);
|
||||
pref("network.dns.echconfig.enabled", true);
|
||||
pref("network.dns.use_https_rr_as_altsvc", true);
|
||||
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
|
||||
pref("layout.css.devPixelsPerPx", "1.5");
|
||||
|
@ -58,6 +58,10 @@
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/new-tab-suspender/latest.xpi",
|
||||
"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}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/torproject-snowflake/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
|
@ -70,10 +70,6 @@ so it won't interfere with other extensions.
|
||||
|
||||
- `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
|
||||
eliminating the cookie banners and all, while not trusting lists generated by
|
||||
other people.
|
||||
|
@ -29,6 +29,12 @@
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"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": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user