window.top.addEventListener("message", function(msg) { const widget = document.getElementById('ScreenerWidget-zppr0lk'); if (!widget) return; const styles = msg.data?.styles; if (styles) { Object.keys(styles).forEach(key => widget.style.setProperty(key, styles[key])) } });

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다