Updated 1.5 Keeping Up To Date (markdown)

Thorin-Oakenpants 2017-11-11 19:24:04 +13:00
parent 0c7b6c5d55
commit 9c055eacdd

@ -1,4 +1,5 @@
:exclamation: Firefox 58+ no longer supports using `profile/preferences/xxx.js` - [1413413](https://bugzilla.mozilla.org/show_bug.cgi?id=1413413)
* It is suggested you keep your `override.js` in `profile/` (rename it `user-override` or something) and keep it up to date as your master copy, and just copy and paste it's contents to the end of the ghacks `user.js` when required
---
We make a lot of changes - not just adding and deprecating preferences, or flipping them from active to inactive, or changing their values, but also making descriptions better, syntax tweaks, adding/removing references, and even whole section revamps and re-ordering. Doing a file comparison and re-applying your own changes is time consuming, prone to human error, and not really feasible for most people.