I tried this:
var els = document.querySelectorAll('a[href*="dabbing-through-the-snow"]')
There are 36 elements on the page with links like this one:
However, my code selected all the links on the page, I think.
How to ONLY select the links that have the text, for example, dabbing-through-the-snow
?