Skip to content

Instantly share code, notes, and snippets.

@mattlo
Created October 19, 2018 18:38
Show Gist options
  • Save mattlo/b1733ac15cd8598cc0eff26d5e2e8c76 to your computer and use it in GitHub Desktop.
Save mattlo/b1733ac15cd8598cc0eff26d5e2e8c76 to your computer and use it in GitHub Desktop.
Open ChipBot On Page Load
<script type="text/javascript">
window.onChipbotReady = () => {
window.chipBotApi.open();
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment