This commit is contained in:
yoannchb-pro
2023-03-22 20:39:14 -04:00
committed by GitHub
parent 5db3cfad63
commit 08c998fa81
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -86,4 +86,4 @@ To know if the answer has been copied to the clipboard, you can look at the titl
## Test
To test the code, you can run the index.html file located in the <b>"test"</b> folder.
To test the code, you can run the index.html file located in the <b>"test"</b> folder with a local server on localhost.
+1 -1
View File
@@ -18,7 +18,7 @@
"content_scripts": [
{
"matches": ["https://*/*", "http://*/*"],
"matches": ["*://*/mod/quiz/*", "http://localhost:*/*"],
"js": ["moodle-gpt.js"],
"run_at": "document_end"
}
+1 -1
View File
@@ -56,7 +56,7 @@
<label for="logs">Console logs</label>
</div>
<div class="line">
<input id="title" type="checkbox" />
<input id="title" type="checkbox" checked />
<label for="title">Title indication</label>
</div>
<div class="line">