From 7ed40cd5d7bbf6d70a279deacd959b3eb3f02d81 Mon Sep 17 00:00:00 2001 From: yoannchb-pro <71560747+yoannchb-pro@users.noreply.github.com> Date: Mon, 20 Mar 2023 21:29:26 -0400 Subject: [PATCH] v1.0.0 --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) 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)