I'm in the process of developing a Google Chrome extension and I can't help but wonder why
window.onload = loadPage;
function loadPage() {
document.getElementById('nav-robux-amount').innerHTML = '0';
console.log("Robux have been successfully hidden.");
}
it's performing so slowly, and if there's a faster alternative available.