v1.0.0
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["https://*/*", "http://*/*"],
|
||||
"matches": ["*://*/mod/quiz/*", "http://localhost:*/*"],
|
||||
"js": ["moodle-gpt.js"],
|
||||
"run_at": "document_end"
|
||||
}
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user