diff --git a/3.3-Updater-Scripts.md b/3.3-Updater-Scripts.md index 7934240..0fcf5c0 100644 --- a/3.3-Updater-Scripts.md +++ b/3.3-Updater-Scripts.md @@ -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 -- 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. -