Created
April 23, 2018 00:39
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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