yurim-dev
[Swift] Character를 Int로 변환하기 - .wholeNumberValue, hexDigitValue, Int(String(문자))
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'); });