• document.write delay normally doesn’t work, as it rewrites document again. but still it’s possible to support.

    Example JS: document.write('<script src="https://example.com/js/example.com_v2.js?v=' + Date.now() + '" defer><\/script>');

    Please support this feature.
    thanks

The topic ‘Add “document.write” Compatibility in Delay All JS’ is closed to new replies.