РеКОМЕНДУЕМ
Новые поступления
Бренды
Вдохновляйтесь!
const el = document.querySelector(".tl-blog-title .section-title .section-title-main"); let aTag = document.createElement('a'); aTag.innerHTML = 'Вдохновляйтесь!'; aTag.setAttribute('href', '/blog/'); el.replaceWith(aTag);