From c7c207a8be0bdd8ea5019491e411f466a45097c5 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Mon, 25 Dec 2017 20:26:29 +1300 Subject: [PATCH] Updated 3.3 Updater Scripts (markdown) --- 3.3-Updater-Scripts.md | 5 ----- 1 file changed, 5 deletions(-) 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. -