2023-11-19 12:01:38 +00:00
# Mobile config for firefox-esr
## Manual Usage
2023-11-19 12:48:34 +00:00
- make sure mobile-config is installed ```sudo apk add mobile-config-firefox```
2023-11-19 12:01:38 +00:00
2023-11-19 12:09:45 +00:00
* cd into ```cd ~/.mozilla/firefox/* ```
2023-11-19 12:01:38 +00:00
2023-11-19 12:09:45 +00:00
* 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.
2023-11-19 12:01:38 +00:00
* create a user.js file:
2023-11-19 12:10:49 +00:00
```
echo "user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
" > user.js
```
2023-11-19 12:01:38 +00:00
WIP
## Deploy Script Usage