From 9fe019e2504efb3819597bca7f6fdbe05e6b606e Mon Sep 17 00:00:00 2001 From: yoannchb-pro <71560747+yoannchb-pro@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:58:27 -0400 Subject: [PATCH] fixed quiz endpoint --- extension/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/manifest.json b/extension/manifest.json index 5617c6d..cd82460 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -18,7 +18,7 @@ "content_scripts": [ { - "matches": ["*://*/**/mod/quiz/*", "*://*/mod/quiz/*", "file:///*"], + "matches": ["*://*/**/mod/quiz/attempt.php*", "*://*/mod/quiz/attempt.php*", "file:///*"], "js": ["MoodleGPT.js"], "run_at": "document_end" }