Hi Al Dugan,As per the scenario discussed above, you need to select "Custom" option in Rule Condition and enter the following code in Custom Code box :if(document.readyState === "complete") { return true;}else {document.addEventListener("DOMContentLoaded", function () {return true;}, false);}We hav...