1
0
mirror of https://github.com/arkenfox/user.js.git synced 2026-06-19 19:01:29 +05:30

Updated 3.2 Applying Your Changes (markdown)

Thorin-Oakenpants
2017-12-24 16:59:38 +13:00
parent ac698033ff
commit c4ce67f019
+1 -1
@@ -44,7 +44,7 @@ user_pref("gfx.downloadable_fonts.woff2.enabled", true); //1405
user_pref("mathml.disabled", false); // 2663
```
The next time you update the `profile/user.js` and replace it, all your have to do is append the contents of your existing tweaks from `profile/user-override.js`. Or if you use our updater scripts, it will do this manual step for you as well.
The next time you update the `profile/user.js` and replace it, all you have to do is append the contents of your existing tweaks from `profile/user-override.js`. Or if you use our updater scripts, it will do this manual step for you as well.
### :small_orange_diamond: Caveats