Im doing a google chrome extension and i was wondering why
window.onload = loadPage;
function loadPage() {
document.getElementById('nav-robux-amount').innerHTML = '0';
console.log("Robux are now in hide.");
}
is so slow and if it had any other alternative working faster.