Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
document.querySelectorAll('a').forEach(el => ['onmouseover', 'onmouseout'].forEach(attr => el.removeAttribute(attr)));
document.querySelectorAll('a').forEach(el => ['onmouseover', 'onmouseout'].forEach(attr => el.removeAttribute(attr) ) );