alert(window.document.querySelectorAll('a[черный][белый]').length);
<span onclick="javascript:gotasknourl();" style="margin-top: 15px; margin-bottom: 10px;" class="button-big-flat-green">Черный!</span>
[].filter.call(document.querySelectorAll('.button-big-flat-green'),el=>/Черный/i.test(el.textContent)).length;
[].filter.call(document.querySelectorAll('.button-big-flat-green'),el=>/Черный/i.test(el.textContent))
[].some.call(document.querySelectorAll('.button-big-flat-green'),el=>/Черный/i.test(el.textContent))