forked from d3cim/mobile_user.js
Update 'README.md'
This commit is contained in:
parent
ef6ee5e887
commit
a65cd8276c
|
@ -1,6 +1,6 @@
|
|||
# user.js | Fenix, Iceraven or Fennec F-Droid
|
||||
# user.js | Firefox Fenix Nightly), Iceraven or Fennec F-Droid
|
||||
|
||||
The `user.js` file is used to configure Firefox 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:
|
||||
* One, recommended by default for average users.
|
||||
* Another one with less connections as possible, meaning there are not automatic addons updates. You'll have to uninstall and reinstall them.
|
||||
|
@ -43,7 +43,10 @@ All this does not lead into stability issues.
|
|||
- Start the browser for the first time (offline mode/no data connections) and wait about 5 sec.
|
||||
- Close it.
|
||||
- Clone or download zip file and extract it
|
||||
- Locate browser's installation directory similar to this `data/data/org.mozilla(iceraven/Fenix)/files/mozilla/[xxxxxxx].default`
|
||||
- Locate browser's installation directory similar to this
|
||||
* Firefox Fenix Nightly `data/data/org.mozilla.fenix/files/mozilla/[xxxxxxx].default`
|
||||
* Iceraven `data/data/io.github.forkmaintainers.iceraven/files/mozilla/[xxxxxxx].default`
|
||||
* Fennec F-Droid `data/data/org.fdroid.froid/files/mozilla/[xxxxxxx].default`
|
||||
- Copy the extracted `user.js` file to the above installation directory.
|
||||
- Delete `prefs.js` file inside the above directory
|
||||
- Start the browser and test if `user.js` was applied :
|
||||
|
|
Loading…
Reference in New Issue