티스토리 뷰
Xcode -> Setting -> Platforms에서 오류나는 이미 깔려있는 시뮬레이터를 지운다. ^^ㅎ
해결~ ㅋㅋ
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
');
});
Xcode -> Setting -> Platforms에서 오류나는 이미 깔려있는 시뮬레이터를 지운다. ^^ㅎ
해결~ ㅋㅋ