Skip to content

3.4 Apply & Update & Maintain

Thorin-Oakenpants edited this page May 10, 2022 · 19 revisions

๐ŸŸฉ Previous: Overrides [To RFP or Not]


๐ŸŸช APPLY

If you are not using a new profile, we recommend running our cleanup script, the instructions are in the file.

  • ๐Ÿ”น Put all the relevant files into the root folder of your profile [1]
    • prefsCleaner
    • updater
    • user.js
    • user-overrides.js (which you created)
  • ๐Ÿ”ฝ CONTINUE with the UPDATE part below

1 To find your profile, open about:support and look for Profile Folder under Application Basics.

๐ŸŸช UPDATE

  • ๐Ÿ”น Run the updater
    • so the contents of your user-overrides.js is appended to the user.js
  • ๐Ÿ”น ALWAYS run prefsCleaner
    • make sure Firefox is closed
    • this will reset prefs that aren't needed or can cause issues, as well as keep things clean and tidy
    • you can read more about prefsCleaner next

๐ŸŸช MAINTAIN

Each release 1

  • ๐Ÿ”น Check for the latest changelog
  • ๐Ÿ”น Run the updater
  • ๐Ÿ”น Run prefsCleaner

๐ŸŸช RSS FEEDS

  • ๐Ÿ”น releases 1 - https://github.com/arkenfox/user.js/releases.atom
  • ๐Ÿ”น commits - https://github.com/arkenfox/user.js/commits/master.atom

1 Arkenfox changes to the live master user.js happen once per release: all changes are done in a separate branch and only merged when finished. There is no guarantee when it is done - hopefully within a week of the Firefox release. Nothing of consequence changes these days that will affect you in that time delay.


๐ŸŸฉ Next: prefsCleaner

Clone this wiki locally