// Check if we're on the correct page if (window.location.href !== 'https://gcoffee.net/1330-control-panel') { document.body.innerHTML = 'Access Denied'; throw new Error('Unauthorized access'); }