fenix-fox/README.md

24 lines
506 B
Markdown
Raw Normal View History

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