[].forEach.call(document.querySelectorAll('#list>li'), el => { if (el.textContent === "Город2") el.onclick=()=>location = 'http://google.com/'; });