1
0
Fork 0
FF_arkenfox_user.js/README.md

29 lines
2.1 KiB
Markdown
Raw Normal View History

2020-09-15 08:17:44 +02:00
### 🟪 user.js
2020-09-15 06:33:50 +02:00
A `user.js` is a configuration file that can control hundreds of Firefox settings. For a more technical breakdown and explanation, you can read more on the [overview](https://github.com/arkenfox/user.js/wiki/1.1-Overview) wiki page.
2017-03-30 19:36:53 +02:00
2020-09-15 08:17:44 +02:00
### 🟩 the arkenfox user.js
2017-03-31 00:27:57 +02:00
2020-09-15 06:33:50 +02:00
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
The `arkenfox user.js` is a **template** which aims to provide as much privacy and enhanced security as possible, and to reduce tracking and fingerprinting as much as possible - while minimizing any loss of functionality and breakage (but it will happen).
Everyone, experts included, should at least read the [implementation](https://github.com/arkenfox/user.js/wiki/1.3-Implementation) wiki page, as it contains important information regarding a few `user.js` settings.
2017-04-02 08:14:01 +02:00
Note that we do *not* recommend connecting over Tor on Firefox. Use the [Tor Browser](https://www.torproject.org/projects/torbrowser.html.en) if your [threat model](https://www.torproject.org/about/torusers.html.en) calls for it, or for accessing hidden services.
2020-09-15 06:33:50 +02:00
Also be aware that the `arkenfox user.js` is made specifically for desktop Firefox. Using it as-is in other Gecko-based browsers can be counterproductive, especially in the Tor Browser.
2020-09-15 08:17:44 +02:00
### 🟧 sitemap
2017-12-19 18:37:24 +01:00
2020-09-15 08:17:44 +02:00
- [Releases](https://github.com/arkenfox/user.js/releases)
- [changelogs](https://github.com/arkenfox/user.js/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Achangelog)
- [Wiki](https://github.com/arkenfox/user.js/wiki)
- [stickies](https://github.com/arkenfox/user.js/issues?q=is%3Aissue+is%3Aopen+label%3A%22sticky+topic%22)
- [diffs](https://github.com/arkenfox/user.js/issues?q=is%3Aissue+label%3Adiffs)
### 🟥 acknowledgments
2020-08-14 11:01:14 +02:00
Literally thousands of sources, references and suggestions. Special mention to:
2017-04-02 08:14:01 +02:00
2020-09-15 06:33:50 +02:00
* This [12bytes article](https://12bytes.org/articles/tech/firefox/firefoxgecko-configuration-guide-for-privacy-and-performance-buffs) which uses the `arkenfox user.js` and supplements it with an additional JS hosted at [Codeberg](https://codeberg.org/12bytes.org/Firefox-user.js-supplement)
2018-10-27 16:52:19 +02:00