function get(dom, contains){ return Array.prototype.filter.call(dom, function(el){ return el.textContent == contains }) }