Infiny icon indicating copy to clipboard operation
Infiny copied to clipboard

Please explain the use properly

Open thedarkmann opened this issue 8 years ago • 1 comments

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 avatar Mar 23 '18 05:03 thedarkmann

@thedarkmann Sure. You can check the USAGE section in README.

or

Steps for using Infiny.

  1. Open WhatsApp Web in any browser. Make sure you are already logged in .
  2. Open the javascript console . In chrome you can do this by [Ctrl+Shift+I] -> Console
  3. Copy the complete code in infiny.js and paste it to the console.
  4. To select a contact type selectContact("Dad") in the console and hit enter
  5. Now the chat window of Contact will be opened. To send message type sendMessage("Hi") in the console and hit enter.
  6. The message will be send

Hope it clarifies your query

akhilerm avatar Mar 23 '18 08:03 akhilerm