No description
src | ||
.gitignore | ||
.gitlab-ci.yml | ||
fenix-fox.sh | ||
README.md |
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
-
clone repo
git clone https://git.datenkastl.org/pmOS-tweaks/fenix-fox.git
-
install
./fenix-fox.sh --install
-
choose different flavor, for example "true-mobile"
./fenix-fox.sh --install true-mobile
-
Enjoy firefox on your mobile! :o)