dotfiles/mozilla/ff/README.md

28 lines
1.1 KiB
Markdown

# An implementation of Arkenfox/user.js, specifically its overrides
to know more read the [wiki](https://github.com/arkenfox/user.js/wiki/)
## Firefox is allegedly less secure than Chrome, but more community supported in terms of privacy
The perhaps smart thing if one were absolutely focused on security is castrate Chromium to great lengths to degoogle it and build it yourself...
## Watch out for Graphene OS Vanadium
[Official description](https://grapheneos.org/features#vanadium)
[And it's github repo](https://github.com/GrapheneOS/Vanadium)
Before or if it comes to pc distros, you can use my parser:
[QuickPrefsParser.py](/QuickPrefsParser.py)
Just copy prefs from about:config in ff and you can type them line by line like this with their values:
`identity.fxaccounts.enabled false`
get it in the input string exactly in the same format it is now with one space between key and value, then:
`identity.fxaccounts.enabled false => user_pref("identity.fxaccounts.enabled", false);`
## Acknowledgements
One billion sources, especially thankful to maintainers of arkenfox and uBlock Origin