mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-30 05:53:38 +02:00
Fix typos, reformat code, and improve readability
This commit is contained in:
parent
23caf69614
commit
1f93e110fb
8 changed files with 690 additions and 653 deletions
2
.github/ISSUE_TEMPLATE/tools.md
vendored
2
.github/ISSUE_TEMPLATE/tools.md
vendored
|
@ -9,7 +9,7 @@ assignees: ''
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Please specify:
|
Please specify:
|
||||||
- the name of the file (i.e. updater.bat, updater.sh)
|
- the name of the file (i.e., updater.bat, updater.sh)
|
||||||
- steps to reproduce the issue
|
- steps to reproduce the issue
|
||||||
- actual result
|
- actual result
|
||||||
- expected result
|
- expected result
|
||||||
|
|
|
@ -9,18 +9,20 @@ assignees: ''
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Issues will be closed as invalid if you do not troubleshoot first, or if you ignore the required info in the template.
|
Issues will be closed as invalid if you don't troubleshoot first, or if you ignore the required info in the template.
|
||||||
|
|
||||||
We do not support forks or no-longer supported releases.
|
We don't support forks or no-longer supported releases.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
🟥 https://github.com/arkenfox/user.js/wiki/5.2-Troubleshooting
|
🟥 https://github.com/arkenfox/user.js/wiki/5.2-Troubleshooting
|
||||||
- [ ] I have read the troubleshooting guide, done the checks and confirmed this is caused by arkenfox
|
|
||||||
|
- [ ] I've read the troubleshooting guide, done the checks and confirmed this is caused by arkenfox
|
||||||
- _unchecked issues ~~may~~ will be closed as invalid_
|
- _unchecked issues ~~may~~ will be closed as invalid_
|
||||||
|
|
||||||
🟪 REQUIRED INFO
|
🟪 REQUIRED INFO
|
||||||
|
|
||||||
- Browser version & OS:
|
- Browser version & OS:
|
||||||
- Steps to Reproduce (STR):
|
- Steps to Reproduce (STR):
|
||||||
- Expected result:
|
- Expected result:
|
||||||
|
|
12
.github/ISSUE_TEMPLATE/user-js.md
vendored
12
.github/ISSUE_TEMPLATE/user-js.md
vendored
|
@ -7,9 +7,15 @@ assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
We value feedback in general, but we value feedback from informed users more. There is no need for you to be an expert to participate (most of us aren't), but we hope that you at least understand our decisions before questioning them. We discuss all changes openly, and we do not make changes lightly. So, if you don't understand why we decided to add/remove/change a certain pref, search the repo. The answer is most certainly here.
|
We value feedback in general, but we value feedback from informed users more. There is no need for you to be an expert
|
||||||
|
to participate (most of us aren't), but we hope that you at least understand our decisions before questioning them.
|
||||||
|
We discuss all changes openly, and we don't make changes lightly. So, if you don't understand why we decided
|
||||||
|
to add/remove/change a certain pref, search the repo. The answer is most certainly here.
|
||||||
|
|
||||||
If some change we made took you by surprise (in the wrong way), remember that keeping track of changes is your responsibility. Watch the repo, read the [changelogs](https://github.com/arkenfox/user.js/issues?utf8=✓&q=is%3Aissue+label%3Achangelog), compare [releases](https://github.com/arkenfox/user.js/releases) as you update your copy of user.js, or use any other method you prefer.
|
If some change we made took you by surprise (in the wrong way), remember that keeping track of changes is
|
||||||
|
your responsibility. Watch the repo, read the
|
||||||
|
[changelogs](https://github.com/arkenfox/user.js/issues?utf8=✓&q=is%3Aissue+label%3Achangelog), compare
|
||||||
|
[releases](https://github.com/arkenfox/user.js/releases) as you update your copy of user.js,
|
||||||
|
or use any other method you prefer.
|
||||||
|
|
||||||
Clear all of this when you're ready to type.
|
Clear all of this when you're ready to type.
|
||||||
|
|
||||||
|
|
22
README.md
22
README.md
|
@ -1,17 +1,26 @@
|
||||||
### 🟪 user.js
|
### 🟪 user.js
|
||||||
A `user.js` is a configuration file that can control Firefox settings - for a more technical breakdown and explanation, you can read more in the [wiki](https://github.com/arkenfox/user.js/wiki/2.1-User.js)
|
|
||||||
|
A `user.js` is a configuration file that can control Firefox settings—for a more technical breakdown and explanation,
|
||||||
|
you can read more in the [wiki](https://github.com/arkenfox/user.js/wiki/2.1-User.js).
|
||||||
|
|
||||||
### 🟩 the arkenfox user.js
|
### 🟩 the arkenfox user.js
|
||||||
|
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](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).
|
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 [wiki](https://github.com/arkenfox/user.js/wiki), as it contains important information regarding a few `user.js` settings. There is also an [interactive current release](https://arkenfox.github.io/gui/), thanks to [icpantsparti2](https://github.com/icpantsparti2).
|
Everyone, experts included, should at least read the [wiki](https://github.com/arkenfox/user.js/wiki), as it contains
|
||||||
|
important information regarding a few `user.js` settings. There is also an
|
||||||
|
[interactive current release](https://arkenfox.github.io/gui/), thanks to [icpantsparti2](https://github.com/icpantsparti2).
|
||||||
|
|
||||||
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://2019.www.torproject.org/about/torusers.html) calls for it, or for accessing hidden services.
|
Note that we **don't** recommend connecting over Tor on Firefox. Use the
|
||||||
|
[Tor Browser](https://www.torproject.org/download) if your
|
||||||
|
[threat model](https://2019.www.torproject.org/about/torusers.html) calls for it, or for accessing hidden services.
|
||||||
|
|
||||||
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.
|
Also be aware 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.
|
||||||
|
|
||||||
### 🟧 sitemap
|
### 🟧 sitemap
|
||||||
|
|
||||||
|
@ -23,4 +32,5 @@ Also be aware that the `arkenfox user.js` is made specifically for desktop Firef
|
||||||
- [common questions and answers](https://github.com/arkenfox/user.js/issues?q=is%3Aissue+label%3Aanswered)
|
- [common questions and answers](https://github.com/arkenfox/user.js/issues?q=is%3Aissue+label%3Aanswered)
|
||||||
|
|
||||||
### 🟥 acknowledgments
|
### 🟥 acknowledgments
|
||||||
Literally thousands of sources, references and suggestions. Many thanks, and much appreciated.
|
|
||||||
|
Literally thousands of sources, references, and suggestions. Many thanks, and much appreciated.
|
||||||
|
|
|
@ -1 +1,20 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="78" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="78" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h47v20H0z"/><path fill="#dfb317" d="M47 0h31v20H47z"/><path fill="url(#b)" d="M0 0h78v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"> <text x="245" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">license</text><text x="245" y="140" transform="scale(.1)" textLength="370">license</text><text x="615" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="210">MIT</text><text x="615" y="140" transform="scale(.1)" textLength="210">MIT</text></g> </svg>
|
<svg xmlns="http://www.w3.org/2000/svg" width="78" height="20">
|
||||||
|
<linearGradient id="b" x2="0" y2="100%">
|
||||||
|
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
||||||
|
<stop offset="1" stop-opacity=".1"/>
|
||||||
|
</linearGradient>
|
||||||
|
<clipPath id="a">
|
||||||
|
<rect width="78" height="20" rx="3" fill="#fff"/>
|
||||||
|
</clipPath>
|
||||||
|
<g clip-path="url(#a)">
|
||||||
|
<path fill="#555" d="M0 0h47v20H0z"/>
|
||||||
|
<path fill="#dfb317" d="M47 0h31v20H47z"/>
|
||||||
|
<path fill="url(#b)" d="M0 0h78v20H0z"/>
|
||||||
|
</g>
|
||||||
|
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110">
|
||||||
|
<text x="245" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="370">license</text>
|
||||||
|
<text x="245" y="140" transform="scale(.1)" textLength="370">license</text>
|
||||||
|
<text x="615" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="210">MIT</text>
|
||||||
|
<text x="615" y="140" transform="scale(.1)" textLength="210">MIT</text>
|
||||||
|
</g>
|
||||||
|
</svg>
|
Before Width: | Height: | Size: 950 B After Width: | Height: | Size: 1 KiB |
Loading…
Add table
Reference in a new issue