Skip to content

Instantly share code, notes, and snippets.

@wesleybliss
Created April 23, 2018 00:39
Show Gist options
  • Save wesleybliss/d67c45c096850794b975a5d4d837df88 to your computer and use it in GitHub Desktop.
Save wesleybliss/d67c45c096850794b975a5d4d837df88 to your computer and use it in GitHub Desktop.
Force RCN chat to open, even when it says all reps are busy
const ev = document.createEvent('MouseEvents')
ev.initEvent('click', true, true)
document.querySelector('a[data-moxie-start-engagement="chat"]').dispatchEvent(ev)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment