firefox-userjs/README.org

32 lines
1.8 KiB
Org Mode
Raw Normal View History

2023-08-13 14:53:02 -04:00
#+title: Foster's Firefox User.js
* What is a =user.js= File?
2023-08-14 20:51:15 -04:00
A =user.js= is a configuration file to control Firefox settings. Refer to the [[https://kb.mozillazine.org/User.js_file][User.js entry from the MozillaZine Knowledge Base]] for more info.
2023-08-13 14:53:02 -04:00
2023-08-13 15:00:07 -04:00
* About
2023-08-13 14:53:02 -04:00
2023-08-14 20:51:15 -04:00
This is my personal =user.js= for configuring Firefox and is based on [[https://github.com/arkenfox/user.js][ArkenFox's user.js]]. The goal is to enhance privacy by preventing unsolicited requests made by Firefox. To achieve this, many settings related to telemetry, studies, geolocation, and experiments are disabled.
2023-08-13 14:53:02 -04:00
Only a subset of the configurations from Arkenfox are implemented and many of the experimental options are excluded. As a result, this version should not cause any breakages. If you are looking for a more comprehensive privacy configuration, then I suggest going with the Arkenfox version instead.
* Installation
2023-08-26 19:13:09 -04:00
Before you begin, I suggest making a backup of your entire Firefox profile folder. Refer to [[https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data][Mozilla's Profiles support article]] on how to find the location of the profile folder.
2023-08-13 14:53:02 -04:00
Copy the =user.js= file in the root directory of this repo to your profile folder then restart Firefox.
2023-08-13 14:58:35 -04:00
* Core Maintainers
- *Foster Hangdaan*
- Website: [[https://www.fosterhangdaan.com][www.fosterhangdaan.com]]
- Email: [[mailto:foster@hangdaan.email][foster@hangdaan.email]]
- GPG Public Key: [[https://static.fosterhangdaan.com/foster-pubkey.asc][DBD3 8E38 4B9E 1F4F 19F9 5BAE E48D 7F49 A852 F112]]
2023-10-02 17:49:49 -04:00
- Bitcoin/Monero Alias: =pay.fosterhangdaan.com=
2023-08-13 14:58:35 -04:00
* License
Copyright (c) 2023 Foster Hangdaan
2023-10-05 22:19:05 -04:00
This work is under the MIT license. See [[https://code.fosterhangdaan.com/foster/firefox-userjs/src/branch/trunk/LICENSE.txt][LICENSE.txt]].