const someHrefLink = document.querySelectorAll(".some-href-link").href;
if(document.location.href === someHrefLink.forEach(el => el.style.backgroundColor = 'red');
Я так понимаю что я не могу взять .href через querySelectorAll.
[...document.querySelectorAll(".some-href-link")].map(a => a.href) // Массив всех href