From ab47af8470e19155027a356921ec799723725ac2 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Mon, 25 Sep 2017 00:29:54 +1300 Subject: [PATCH] Updated 1.6 Bulk Pref Resetting [Scratchpad] (markdown) --- 1.6-Bulk-Pref-Resetting-[Scratchpad].md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1.6-Bulk-Pref-Resetting-[Scratchpad].md b/1.6-Bulk-Pref-Resetting-[Scratchpad].md index 64dabf6..e7457c7 100644 --- a/1.6-Bulk-Pref-Resetting-[Scratchpad].md +++ b/1.6-Bulk-Pref-Resetting-[Scratchpad].md @@ -42,12 +42,12 @@ The **sample** script below contains the prefs we have REMOVED up to Release 55- * Press Shift+F4 to open the Scratchpad and clear the contents * Open **your** script (`.js` file) or paste it * If pasting is not allowed, change `devtools.selfxss.count` to a high number e.g. `100` - * Make sure the last pref does have a trailing comma + * Make sure the last pref does not have a trailing comma * Run it * Open the Developer>Browser Console>Logging for any output * Restart Firefox * Some prefs require a restart - * A restart will reapply your user.js (and override.js if [applicable](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.5-Keeping-Up-To-Date)) + * A restart will reapply your `user.js` (and `override.js` if [applicable](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.5-Keeping-Up-To-Date)) * Re-enable the network connection ### :small_orange_diamond: The Script