Don’t Miss
`;
// const firstParagraph = document.querySelector(“#main > article > div.article-content.rich-text > p:nth-child(1)”);
const firstParagraphHTML = firstParagraph.innerHTML;
firstParagraph.innerHTML = wwcContent + firstParagraphHTML;
}
}
}
// –>