<script>
addEventListener("DOMContentLoaded", (event) => {
document.querySelectorAll('br').forEach( br => br.replaceWith(" ") );
document.body.insertBefore(document.createTextNode(document.querySelector('div').textContent.toLowerCase()),document.body.firstChild);
});
</script>
반응형
'html5' 카테고리의 다른 글
caption path (0) | 2025.02.02 |
---|---|
MutationObserver examples (0) | 2025.02.01 |
abc news, cbs news caption xml ; <br> html tag trouble shooter (0) | 2025.01.26 |
clock angle problems (0) | 2024.12.27 |
tetrahedral boat (1) | 2024.12.20 |