[TEMP]12345



') 위로가기 // 초기 로드 + 동적 광고 감시 document.addEventListener("DOMContentLoaded", () => { addNotice(); new MutationObserver(addNotice).observe(document.body, { childList: true, subtree: true }); });