From 00f9960ae2ff744e4361b3c7d6ff1f6ad2247f0d Mon Sep 17 00:00:00 2001 From: leetcode-mafia Date: Wed, 5 Apr 2023 15:12:05 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b44c7b..a75e641 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,11 @@ You can also select (highlight) a portion of a generated answer and click Refine Currently, only Firefox is supported. Follow these steps to install the extension: -1. Go to [about:debugging](https://firefox-source-docs.mozilla.org/devtools-user/about_colon_debugging/index.html) -2. Click "This Firefox" -3. Click "Load Temporary Add-on" -4. Select `./extension/manifest.json` +1. Add the domain of the live coding platform to `matches` in ./extension/manifest.json +2. Go to [about:debugging](https://firefox-source-docs.mozilla.org/devtools-user/about_colon_debugging/index.html) +3. Click "This Firefox" +4. Click "Load Temporary Add-on" +5. Select ./extension/manifest.json ## Disclaimer