Update 'README.md'
This commit is contained in:
parent
a5bf9841c5
commit
e5a095ccdc
89
README.md
89
README.md
|
@ -5,90 +5,13 @@ The `user.js` file is used to configure Firefox in the safest and fastest way po
|
|||
To realize this project I was inspirated by various authors of `user.js` and I've implemented some preferences of mine.
|
||||
|
||||
|
||||
## WARNING:
|
||||
|
||||
## Aims:
|
||||
This repo has been archived due to insecurities flaws that every Gecko View based browsers have.
|
||||
WE CAN'T HARDEN AN INSECURE BROWSER, IT'S AN ILLUSION AND YOU CAN STAND OUT FROM OTHER USERS TALKING ABOUT FINGERPRINT.
|
||||
|
||||
* online security
|
||||
* more privacy
|
||||
* better performance
|
||||
* less unique fingerprint possible
|
||||
https://grapheneos.org/usage#web-browsing
|
||||
|
||||
https://madaidans-insecurities.github.io/security-privacy-advice.html#browser
|
||||
|
||||
|
||||
## Best Use:
|
||||
|
||||
This `user.js` has been designed for Mobile use and you can use on these browsers:
|
||||
|
||||
* [Fennec F-Droid](https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/) - F-Droid
|
||||
* [Firefox for Android](https://archive.mozilla.org/pub/mobile/releases/) - Mozilla Archive
|
||||
* [Firefox for Android Beta](https://archive.mozilla.org/pub/mobile/releases/) - Mozilla Archive
|
||||
|
||||
|
||||
## Note:
|
||||
|
||||
This file contains prefs. that are not native to the Android version of Firefox, but I have chosen to add them to avoid that in the future they can be implemented by Mozilla without we can realize it.
|
||||
|
||||
All this does not lead into stability issues.
|
||||
|
||||
|
||||
|
||||
## Installation:
|
||||
|
||||
### **ROOT METHOD 1** *(file manager)*
|
||||
|
||||
✳️ I would like to suggest the use of [Amaze](https://f-droid.org/en/packages/com.amaze.filemanager/) or [TWRP File Manager](https://twrp.me/Devices/) before proceed.
|
||||
- Download and install Fennec F-Droid from the official [F-Droid client](https://f-droid.org/FDroid.apk) or from the official [F-Droid Website](https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/)
|
||||
- Start Fennec for the first time (offline mode/no data connections) and wait about 5 sec.
|
||||
- Close Fennec.
|
||||
- Clone or download zip file and extract it
|
||||
- Locate Fennec's installation directory `data/data/org.mozilla.fennec_fdroid/files/mozilla/[xxxxxxx].default`
|
||||
- Copy the extracted `user.js` file to the above installation directory.
|
||||
- Delete `prefs.js` file inside the above directory
|
||||
- Start Fennec F-Droid and test if `user.js` was applied :
|
||||
browse to `about:config` (put it in search bar) and look if `config.applied` is `true`.
|
||||
|
||||
If this doesn't work I suggest you to use the **ROOT METHOD 2** below.
|
||||
|
||||
### **ROOT METHOD 2** *(app)*
|
||||
|
||||
- Download and install Fennec F-Droid form the official [F-Droid client](https://f-droid.org/FDroid.apk) or from the official [F-Droid Website](https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/)
|
||||
- Download and install [User.js Updater](https://github.com/v1nc/user.js-updater/releases)
|
||||
- Start Fennec for the first time (offline mode/no data connections) and wait about 5 sec.
|
||||
- Close Fennec.
|
||||
- Open `User.js Updater` app and grant storage permission.
|
||||
- Tap `UPDATE` at the bottom and grant root permission.
|
||||
- Start Fennec and test if `user.js` was applied :
|
||||
browse to `about:config` (put it in search bar) and look if `config.applied` is `true`.
|
||||
|
||||
- **AFWall+ USERS:** You can disable `Use Download Manager` option into `Settings` and enable data connection just to the app itself.
|
||||
|
||||
Thanks to [v1nc](https://github.com/v1nc/) for creating this app.
|
||||
|
||||
|
||||
|
||||
## Comparision:
|
||||
|
||||
You can also compare my `user.js` with the `user.js` from other authors [HERE](https://v1nc.github.io/comparison/).
|
||||
|
||||
|
||||
|
||||
## Contacts:
|
||||
|
||||
You can join [Fennec F-Droid | CHAT](https://t.me/qd_invitation) with Telegram for support or talk about privacy and security topics.
|
||||
|
||||
|
||||
|
||||
## Thanks:
|
||||
|
||||
I really thanks all the authors who inspired me:
|
||||
|
||||
* [gHacks](https://github.com/ghacksuserjs/ghacks-user.js)
|
||||
* [Librefox Browser](https://github.com/intika/Librefox)
|
||||
* [pyllyukko](https://github.com/pyllyukko/user.js)
|
||||
* [OrangeManBad](https://git.nixnet.xyz/OrangeManBad/user.js) - (pyllyukko fork)
|
||||
* [CHEF-KOCH](https://github.com/CHEF-KOCH/FFCK/tree/master/user.js)
|
||||
|
||||
|
||||
## Special Thanks:
|
||||
|
||||
to all the members of my Telegram group who support me and give me motivation.
|
||||
https://madaidans-insecurities.github.io/firefox-chromium.html
|
Reference in New Issue