fenix-fox/README.md

22 lines
509 B
Markdown
Raw Normal View History

2023-11-19 13:01:38 +01:00
# Mobile config for firefox-esr
## Manual Usage
* uninstall mobile-config: ''' sudo apk del mobile-config-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.
* create a user.js file:
'''echo "user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
" > user.js'''
WIP
## Deploy Script Usage