Array.prtotype.filter.call(
document.querySelectorAll('div[id^="start-ads-"] + div[id^="ads_id_"]'),
div => /Таймер:\s*10\s*секунд\s*$/.test(div.textContent)
).map(e => e.previousElementSibling.querySelector('span[onclick]'));
Ошибка: (Cannot read properties of undefined (reading 'filter'))
prOtotype
Обсуждают сегодня