No description
Find a file
2023-11-22 23:17:01 +01:00
src Delete not needed files 2023-11-22 21:34:38 +01:00
.gitignore Makefile: new file 2020-08-06 17:01:14 +02:00
.gitlab-ci.yml CI: run .ci/lint.sh (MR 19) 2021-12-05 11:48:34 +01:00
fenix-fox.sh Add support for different flavors 2023-11-22 23:17:01 +01:00
README.md cleaned from for us unneeded files 2023-11-19 17:55:44 +01:00

Mobile config for firefox-esr

Manual Usage

  • make sure mobile-config is installed sudo apk add 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