No description
Find a file
2023-11-19 17:37:54 +01:00
src/userChrome Moved files from /chrome to /src/userChrome 2023-11-19 17:37:54 +01:00
fenix-fox.sh Initial commit 2023-11-19 11:25:38 +01:00
README.md Update README.md 2023-11-19 13:48:34 +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