document.querySelectorAll('.news-item').forEach(function(el) { /Наполи/.test(el.textContent) && el.remove() })