forked from d3cim/mobile_user.js
Update 'README.md'
This commit is contained in:
parent
7a3f6fb174
commit
7b7a1c690f
|
@ -1,4 +1,4 @@
|
||||||
# user.js | Firefox Fenix Nightly), Iceraven or Fennec F-Droid
|
# user.js | Firefox Fenix Nightly), Iceraven, Fennec F-Droid or Icecatmobile
|
||||||
|
|
||||||
The `user.js` file is used to configure Firefox for android in the safest and fastest way possible.
|
The `user.js` file is used to configure Firefox for android in the safest and fastest way possible.
|
||||||
There are 2 versions:
|
There are 2 versions:
|
||||||
|
@ -23,6 +23,7 @@ This `user.js` has been designed for mobile purposes and you can use it on these
|
||||||
* [Firefox Fenix Nightly for Android](https://firefox-ci-tc.services.mozilla.com/tasks/index/mobile.v2.fenix.nightly.latest) - Mozilla-mobile
|
* [Firefox Fenix Nightly for Android](https://firefox-ci-tc.services.mozilla.com/tasks/index/mobile.v2.fenix.nightly.latest) - Mozilla-mobile
|
||||||
* [Iceraven browser](https://github.com/fork-maintainers/iceraven-browser) - Forks maintainers
|
* [Iceraven browser](https://github.com/fork-maintainers/iceraven-browser) - Forks maintainers
|
||||||
* [Fennec F-Droid](https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/) - F-Droid (out of date)
|
* [Fennec F-Droid](https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/) - F-Droid (out of date)
|
||||||
|
* [Icecatmobile](https://f-droid.org/en/packages/org.gnu.icecat/) - F-Droid (out of date)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,6 +52,8 @@ I would like to suggest the use of [Amaze](https://f-droid.org/en/packages/com.a
|
||||||
|
|
||||||
✳️ Fennec F-Droid `data/data/org.fdroid.froid/files/mozilla/[xxxxxxx].default`
|
✳️ Fennec F-Droid `data/data/org.fdroid.froid/files/mozilla/[xxxxxxx].default`
|
||||||
|
|
||||||
|
* Icecatmobile `data/data/org.gnu.icecat/files/mozilla/[xxxxxxx].default`
|
||||||
|
|
||||||
- Copy the extracted `user.js` file to the above installation directory.
|
- Copy the extracted `user.js` file to the above installation directory.
|
||||||
- Delete `prefs.js` file inside the above directory
|
- Delete `prefs.js` file inside the above directory
|
||||||
- Start the browser and test if `user.js` was applied :
|
- Start the browser and test if `user.js` was applied :
|
||||||
|
@ -66,7 +69,9 @@ If this doesn't work I suggest you to use the **ROOT METHOD 2** below.
|
||||||
- Close it.
|
- Close it.
|
||||||
- Open `User.js Updater` app and grant storage permission.
|
- Open `User.js Updater` app and grant storage permission.
|
||||||
- Choose Custom and write the following:
|
- Choose Custom and write the following:
|
||||||
|
|
||||||
* https://git.nixnet.xyz/Narsil/mobile_user.js/src/branch/master/user.js
|
* https://git.nixnet.xyz/Narsil/mobile_user.js/src/branch/master/user.js
|
||||||
|
|
||||||
- Tap `UPDATE` at the bottom and grant root permission.
|
- Tap `UPDATE` at the bottom and grant root permission.
|
||||||
- Start the browser and test if `user.js` was applied :
|
- Start the browser and test if `user.js` was applied :
|
||||||
browse to `about:config` (put it in search bar) and look if `config.applied` is `true`.
|
browse to `about:config` (put it in search bar) and look if `config.applied` is `true`.
|
||||||
|
|
Loading…
Reference in New Issue