diff --git a/README.md b/README.md index feb9ccb..43386fd 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,20 @@ To test the code, you can run the index.js file located in the "test" fol ## Options -![Popup](./assets/popup.png) +

+Popup +

-- Title indication: Show some informations into the title to know for example if the code have been injected. ![Injected](./assets/title-injected.png) -- Console logs: show logs into the console. ![Logs](./assets/logs.png) -- Cursor indication: show a pointer cursor and a hourglass to know when the request is finished. -- Typing effect: create a typing effect for text. ![Typing](./assets/typing.gif) - -- Mouseover effect: you will need to hover (or click for select) the question response to complete it automaticaly. ![Mouseover](./assets/mouseover.gif) ![Mouseover2](./assets/mouseover2.gif) +- Cursor indication: show a pointer cursor and a hourglass to know when the request is finished. +- Title indication: Show some informations into the title to know for example if the code have been injected. +
![Injected](./assets/title-injected.png) +- Console logs: show logs into the console. +
Logs +- Typing effect: create a typing effect for text. +
![Typing](./assets/typing.gif) +- Mouseover effect: you will need to hover (or click for select) the question response to complete it automaticaly. +
![Mouseover](./assets/mouseover.gif) +
![Mouseover2](./assets/mouseover2.gif) ## Examples @@ -65,6 +71,6 @@ To test the code, you can run the index.js file located in the "test" 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 "Copied to clipboard" 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 "Copied to clipboard" for 3 seconds. ![Clipboard](./assets/clipboard.gif)