Skip to content

Instantly share code, notes, and snippets.

@ajithvgiri
Created August 15, 2019 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajithvgiri/9c3cdeb0d8e495056cb08c02d2bbba1a to your computer and use it in GitHub Desktop.
Save ajithvgiri/9c3cdeb0d8e495056cb08c02d2bbba1a to your computer and use it in GitHub Desktop.
Auto call script for Qkopy
<!DOCTYPE html>
<html>
<body>
<a id="call" href="tel:+91 7907764039">Call</a>
<script>
//Click on load.
window.onload = function () {
document.getElementById('call').click()
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment