function smUrl() { return "https://sc.animesu.id"; }function smRun() { let elm = document.getElementById('socomment'); if (!elm) return; let data = elm.getAttribute("data"); let bcolor = elm.style.backgroundColor; let tcolor = elm.style.color; let rcolor = elm.style.borderColor; elm.style = 'display:block; width:100%; height:auto; max-height:auto; overflow-x:hidden; overflow-y:visible; padding:0;'; elm.innerHTML = ''; window.addEventListener('message', function(e) { if (!e || !e.data) return; let elm = document.querySelector('#socomment > iframe'); if (!elm) return; let msg = JSON.parse(e.data); if (!msg.height) return; elm.style.height = msg.height + 16 + 'px'; }); } document.addEventListener("DOMContentLoaded", smRun);