diff --git a/1.4-Troubleshooting.md b/1.4-Troubleshooting.md index e66f7de..9db1d01 100644 --- a/1.4-Troubleshooting.md +++ b/1.4-Troubleshooting.md @@ -19,6 +19,10 @@ While not 100% definitive, we have included `[SETUP*` tags for troubleshooting ( Before you go on to the laborious task of manual troubleshooting you should try our [troubleshooter script](https://raw.githubusercontent.com/ghacksuserjs/ghacks-user.js/master/scratchpad-scripts/troubleshooter.js) first. In many cases it will be able to either directly identify the culprit or at least narrow it down to a more manageable number of prefs for manual troubleshooting. You can just run the script and follow the instructions but we strongly recommend to watch the [demo video](https://anonfile.com/6eZ9v9d9b6/troubleshooter_vid.zip) first (webm, 62mb, 16m26s). +Mozilla removed the Scratchpad in FF72 but you can still run the script via the Web Console: +* Load `about:config` and press Ctrl+Shift+K to open the Web Console for about:config +* Switch to multi-line editor mode (Ctrl+B toggles between single- and multi-line editor mode) +* Load (or paste) the troubleshooter script, run it and follow the instructions ### :small_orange_diamond: Manual troubleshooting