Update README.md
This commit is contained in:
parent
a3ceb71685
commit
74137fddab
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -3,17 +3,17 @@
|
|||
|
||||
## 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/* ```
|
||||
|
||||
* check if there is a folder called like ''' *.default ''' or ''' *.default-release ''' and cd into it. its better to check which is the standard profile and just delete the other folder.
|
||||
* check if there is a folder called like ```*.default ``` or ```*.default-release ```and cd into it. its better to check which is the standard profile and just delete the other folder.
|
||||
|
||||
|
||||
* create a user.js file:
|
||||
|
||||
'''echo "user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||
" > user.js'''
|
||||
```echo "user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||
" > user.js```
|
||||
|
||||
|
||||
WIP
|
||||
|
|
Loading…
Reference in a new issue