HEX
Server: LiteSpeed
System: Linux server318.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: sahadove (2893)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home/sahadove/public_html/wp-content/plugins/ad-inserter/includes/js/ai-errors.js
ai_document_write = document.write;

document.write = function (content) {
 if (document.readyState == 'interactive') {
    console.error ('document.write called after page load: ', content);
    if (typeof ai_js_errors != 'undefined') {
      ai_js_errors.push (['document.write called after page load', content, 0]);
    }
    return;
  }
  ai_document_write.call (document, content);
};