in site-ui/src/js/01-on-this-page.js [87:89]
function find (selector, from) { return toArray((from || document).querySelectorAll(selector)) }