활용 사례
home
회사 브랜딩
home

Disable audio download

<head> <script> window.addEventListener("load", () => { document.querySelectorAll("audio").forEach(node => node.controlsList="nodownload"); }) </script> </head>
HTML
복사