Tiktoker– category –

1

You cannot copy content of this page

×
`; // 記事内 h2 をすべて取得 const h2s = document.querySelectorAll("article h2"); h2s.forEach(function(h2){ const wrapper = document.createElement("div"); wrapper.innerHTML = infeedAdHTML; h2.insertAdjacentElement("afterend", wrapper); }); });