$(function() { if(isFrontEnv()) { setInterval(function() { $("#c_static_001-1670808939843 .e_bannerD-1 .videoContent video").not(".wd").addClass("wd").each(function() { $(this).attr("autoplay", "autoplay"); this.onpause = () => { this.play(); }; }); }, 100); } });