$(a=>{ if(isfrontenv()) { $("[wa-sub-img-banner]").not(".wd").addclass("wd").parent().addclass("wd-sub-banner-container").each(function() { $(this).find(".s_title").removeattr("class").wrapall("
").each(function(i) { $(this).addclass("w" + (i + 1)).html($(this).text().trim().split("").reduce((a, b) => a + "" + b + "", "")).find("span").each(function(ii) { if (math.random() > 0.5) { $(this).css("animation-delay", 0.5 + i * 0.1 + math.random() * 0.3 + "s"); } }); }); $($(this).find("[wa-sub-img-banner]").attr("wa-sub-img-banner")).each((a,b) => $(this).find(".w").css("margin-top", $(b).height() / 2)); }).each(function() { if ($(this).find(".detail").length) { $(this).addclass("detail"); } settimeout(() => { this.classlist.add("ws"); }, 10 ** 3); }); } });