yurim-dev
[Swift|TIL] 240417 - 스레드(Thread), 직렬/동시(Serial/Concurrent), 동기/비동기(sync/async)
let textNodes = document.querySelectorAll("div.tt_article_useless_p_margin.contents_style > *:not(figure):not(pre)"); textNodes.forEach(function(a) { a.innerHTML = a.innerHTML.replace(/`(.*?)`/g, '$1'); });