본문 바로가기
html5

abc cbs news xml => html and script tag

by peach1227 2025. 1. 26.

<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