In the pages there may happen clickable telephones:
<a href="tel:375292995978">📞: +375 (29) 339-59-78</a>
<a href="tel:📞: +375 (29) 339-59-78">
I'd like to assign an event listener to all telephones.
The only clearly recogizable pattern here is a href="tel.
Anything else may change: the number, the icon etc.
How can I find all these elements using JavaScript?