v1.0.0
This commit is contained in:
@@ -24,14 +24,20 @@ To test the code, you can run the index.js file located in the <b>"test"</b> fol
|
||||
|
||||
## Options
|
||||
|
||||

|
||||
<p align="center">
|
||||
<img src="./assets/popup.png" alt="Popup" height="300">
|
||||
</p>
|
||||
|
||||
- Title indication: Show some informations into the title to know for example if the code have been injected. 
|
||||
- Console logs: show logs into the console. 
|
||||
- Cursor indication: show a pointer cursor and a hourglass to know when the request is finished.
|
||||
- Typing effect: create a typing effect for text. 
|
||||
|
||||
- Mouseover effect: you will need to hover (or click for select) the question response to complete it automaticaly.  
|
||||
- <b>Cursor indication</b>: show a pointer cursor and a hourglass to know when the request is finished.
|
||||
- <b>Title indication</b>: Show some informations into the title to know for example if the code have been injected.
|
||||
<br/> 
|
||||
- <b>Console logs</b>: show logs into the console.
|
||||
<br/><img src="./assets/logs.png" alt="Logs" width="250">
|
||||
- <b>Typing effect</b>: create a typing effect for text.
|
||||
<br/> 
|
||||
- <b>Mouseover effect</b>: you will need to hover (or click for select) the question response to complete it automaticaly.
|
||||
<br/> 
|
||||
<br/> 
|
||||
|
||||
## Examples
|
||||
|
||||
@@ -65,6 +71,6 @@ To test the code, you can run the index.js file located in the <b>"test"</b> fol
|
||||
|
||||
## If it can't complete the question, the answer will be copied to your clipboard
|
||||
|
||||
To know if the answer has been copied to the clipboard, you can look at the title of the page which will become <b>"Copied to clipboard"</b> for 5 seconds.
|
||||
To know if the answer has been copied to the clipboard, you can look at the title of the page which will become <b>"Copied to clipboard"</b> for 3 seconds.
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user