var paras = document.querySelectorAll('p'); for(var p of paras) { if (p.textContent.startsWith('“')) p.classList.add('p--oq'); }