Update README.md
This commit is contained in:
parent
74137fddab
commit
457f7d098e
1 changed files with 5 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
## Manual Usage
|
## Manual Usage
|
||||||
|
|
||||||
* uninstall mobile-config: ```sudo apk del mobile-config-firefox```
|
- uninstall mobile-config: ```sudo apk del mobile-config-firefox```
|
||||||
|
|
||||||
* cd into ```cd ~/.mozilla/firefox/* ```
|
* cd into ```cd ~/.mozilla/firefox/* ```
|
||||||
|
|
||||||
|
@ -12,8 +12,10 @@
|
||||||
|
|
||||||
* create a user.js file:
|
* create a user.js file:
|
||||||
|
|
||||||
```echo "user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
```
|
||||||
" > user.js```
|
echo "user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||||
|
" > user.js
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
WIP
|
WIP
|
||||||
|
|
Loading…
Reference in a new issue