Skip to content

Instantly share code, notes, and snippets.

@gklein
Last active September 26, 2018 21:20
Show Gist options
  • Save gklein/10bd20c232353c797f790ac91ced7346 to your computer and use it in GitHub Desktop.
Save gklein/10bd20c232353c797f790ac91ced7346 to your computer and use it in GitHub Desktop.
javascript: (function() { var re = /^\+?(972|0)(\-)?0?([5]{1}\d)\-?(\d{7})$/; var val= prompt("WhatsApp Phone Number #","");var phone=val.replace(re,'972$3$4');location="https://api.whatsapp.com/send?phone="+escape(phone)+"&text="+document.URL;})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment