return Array.prototype.slice.call(document.querySelectorAll(selector))
Array.from(document.querySelectorAll(selector));