Monday, September 8, 2025

10

Network 10 TV Guides

Channel 10 🇦🇺
Latest Updates, Shows, News, and Highlights

Vale | Kat Droulers

Vale | Kat Droulers

Vale | Kat Droulers – The Australian media and advertising industry has lost one of its most generous, grounded and inspiring leaders with the passing

Read More »
document.addEventListener('DOMContentLoaded', function() { function attachSubscribe() { // Check if OneSignal is loaded if(typeof OneSignal !== 'undefined'){ // Find menu link with bell emoji const subscribeLink = Array.from(document.querySelectorAll('a')).find(a => a.textContent.includes('🔔 Subscribe')); if(subscribeLink){ subscribeLink.addEventListener('click', function(e){ e.preventDefault(); // stop default link behavior OneSignal.push(['registerForPushNotifications']); // trigger push subscription console.log('Subscribe button clicked'); // optional debug }); } } else { // Retry after 0.5s if OneSignal is not loaded yet setTimeout(attachSubscribe, 500); } } attachSubscribe(); });