fenix-fox/README.md

22 lines
504 B
Markdown
Raw Normal View History

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