1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-06-12 18:17:21 +02:00

{firefox,chromium} policy: add OpenDyslexic

This commit is contained in:
Aminda Suomalainen 2024-04-04 14:27:43 +03:00
parent 08ae59ed99
commit 99c63d25fe
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
3 changed files with 18 additions and 0 deletions
etc
firefox/policies
opt/chromium/policies/managed

@ -93,6 +93,10 @@
"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"
}, },
"{759dbb01-b646-4327-bf9e-69ca2543ef8d}": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/opendyslexic-for-firefox/latest.xpi",
"installation_mode": "normal_installed"
},
"{9a43830f-5a27-4114-8f98-aa191ebde62e}": { "{9a43830f-5a27-4114-8f98-aa191ebde62e}": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/bias-finder/latest.xpi", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/bias-finder/latest.xpi",
"installation_mode": "normal_installed" "installation_mode": "normal_installed"

@ -11,6 +11,7 @@
- [`aminda-extensions.json`](#aminda-extensionsjson) - [`aminda-extensions.json`](#aminda-extensionsjson)
- [Silk - Privacy Pass Client for the browser](#silk---privacy-pass-client-for-the-browser) - [Silk - Privacy Pass Client for the browser](#silk---privacy-pass-client-for-the-browser)
- [NoScript](#noscript) - [NoScript](#noscript)
- [OpenDyslexic](#opendyslexic)
- [Dark Reader](#dark-reader) - [Dark Reader](#dark-reader)
- [Indiewiki Buddy](#indiewiki-buddy) - [Indiewiki Buddy](#indiewiki-buddy)
- [Wayback Machine](#wayback-machine) - [Wayback Machine](#wayback-machine)
@ -74,6 +75,13 @@ 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.
### [OpenDyslexic](https://chrome.google.com/webstore/detail/cdnapgfjopgaggbmfgbiinmmbdcglnam)
- `cdnapgfjopgaggbmfgbiinmmbdcglnam`
OpenDyslexic font + highlighting for currently pointed paragraph. Improves my
reading especially with more busy articles, even without dyslexia.
### [Dark Reader](https://chrome.google.com/webstore/detail/eimadpbcbfnmbkopoojfekhnkhdbieeh) ### [Dark Reader](https://chrome.google.com/webstore/detail/eimadpbcbfnmbkopoojfekhnkhdbieeh)
- `eimadpbcbfnmbkopoojfekhnkhdbieeh` - `eimadpbcbfnmbkopoojfekhnkhdbieeh`

@ -25,6 +25,12 @@
"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"
}, },
"cdnapgfjopgaggbmfgbiinmmbdcglnam": {
"installation_mode": "normal_installed",
"override_update_url": true,
"toolbar_pin": "force_pinned",
"update_url": "https://clients2.google.com/service/update2/crx"
},
"cjpalhdlnbpafiamejdnhcphjbkeiagm": { "cjpalhdlnbpafiamejdnhcphjbkeiagm": {
"blocked_install_message": "uBlock Origin on integroitu AdNauseamiin, joka on forkki siitä.", "blocked_install_message": "uBlock Origin on integroitu AdNauseamiin, joka on forkki siitä.",
"installation_mode": "blocked" "installation_mode": "blocked"