function $(selector){ return document.querySelectorAll(selector)[0]; }
function $(selector){ return document.querySelector(selector); }