Infiny
Infiny copied to clipboard
Please explain the use properly
I am facing some trouble using the script. When I run the script, it redirects me to a blank page. Kindly describe how and where to call the defined functions. Thank You.
@thedarkmann Sure. You can check the USAGE section in README.
or
Steps for using Infiny.
- Open WhatsApp Web in any browser. Make sure you are already logged in .
- Open the javascript console . In chrome you can do this by [Ctrl+Shift+I] -> Console
- Copy the complete code in infiny.js and paste it to the console.
- To select a contact type
selectContact("Dad")in the console and hit enter - Now the chat window of Contact will be opened. To send message type
sendMessage("Hi")in the console and hit enter. - The message will be send
Hope it clarifies your query