From 2851ca1c2a259818bc843dc0c09727525189c096 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sun, 16 Dec 2018 16:28:11 +0000 Subject: [PATCH] Updated 1.4 Troubleshooting (markdown) --- 1.4-Troubleshooting.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/1.4-Troubleshooting.md b/1.4-Troubleshooting.md index 7504b89..e66f7de 100644 --- a/1.4-Troubleshooting.md +++ b/1.4-Troubleshooting.md @@ -1,5 +1,13 @@ Besides asking and guessing, the only way to find the cause(s) of why something doesn't work as expected, is to **methodically** eliminate preferences. And only after it is confirmed that the user.js is the cause, by replicating the problem in a new profile with no extensions. +### :small_orange_diamond: Did an extension break? + +We have an "unofficial" sticky issue [here](https://github.com/ghacksuserjs/ghacks-user.js/issues/391) for prefs that can break extensions + +### :small_orange_diamond: Use the Browser Console + +Open the Browser Console (`Ctrl+Shift+J`) and clear it. Then repeat the action / task that is not working as intended, and see if the console logs anything. If it does but you can't decipher what it means, feel free to post the error message in a new issue and maybe we can help. But do try and dig a little deeper first + ### :small_orange_diamond: Tags While not 100% definitive, we have included `[SETUP*` tags for troubleshooting (and setting up). Some examples