Updated 3.3 Updater Scripts (markdown)

Thorin-Oakenpants
2017-12-25 20:26:29 +13:00
parent 77c59da96d
commit c7c207a8be

@@ -70,8 +70,3 @@ With `-merge` it's best to always add a comment behind your overrides to make th
/* !!! */ user_pref("dom.netinfo.enabled", false); // 25xx - enforcing false -- or a JS-multi-line comment /* !!! */ user_pref("dom.netinfo.enabled", false); // 25xx - enforcing false -- or a JS-multi-line comment
user_pref("dom.netinfo.enabled", false); // 25xx - enforcing false -- for v4.0 space(s) also works user_pref("dom.netinfo.enabled", false); // 25xx - enforcing false -- for v4.0 space(s) also works
``` ```
### :small_orange_diamond: Caveats
The `user.js` has some one-char switches for sections to make it easy to turn the entire section on or off (eg deprecated items by ESR version). Unfortunately, the script cannot detect any changes with these, and therefore does not reapply them if they differ.