|
|
|
|
|
by ringer
698 days ago
|
|
Basically, you need to create a `user.js` file in the root folder of your profile, you can find/open the profile folder using about:profiles or about:support (default path is `~/.mozilla/firefox/${profile-name}/user.js`).
You can sync it however you like, e.g. upload it to your dotfiles repo and symlink with stow, etc. The syntax is:
user_pref("dom.private-attribution.submission.enabled", false); // Disable Privacy-Preserving Attribution You can find a lot of examples and "documentation" on https://github.com/arkenfox/user.js |
|