DISCLAIMER: By submitting your information you agree that a representative or license broker/agent may contact you at the above-listed email or phone number. I understand that consent is not a condition of purchase.
var target = document.body;
var observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.addedNodes.length && mutation.addedNodes[0].className === ‘five9-frame’) {
console.log(“Mutation detected that Five9 Widget was added”, mutation);
document.getElementsByClassName(‘five9-text’)[0].innerText = “Custom Mini’d”;
document.getElementsByClassName(‘five9-text’)[1].innerText = “Custom Max’d”;
//observer.disconnect();
}
});
});
var config = { attributes: false, childList: true, characterData: false };
observer.observe(target, config);
Easy plan shopping
Browse and compare plans based on what matters to you most.