Javascript selector to quickly find elements on the page.
Simply use document.querySelector() or document.querySelectorAll() in your JavaScript code to select elements on the page.