Home »
Think Twice

Think Twice, Author at Afropami - Page 115 of 300

Tolibian – Oblee

Innately gifted Nigerian artist Tolibian released a fresh, intriguing masterpiece, Oblee.  At some point, you should add this charming song…

Frenna – ZaaZaa Ft. Shallipopi

Nigerian artist and songwriter Frenna collaborates with top-performing artist Shallipopi to produce this top-notch music, ZaaZaa.  At some point, you…

Danya Devs – Asambe

South African singer and songwriter Danya Devs has buzzed out a thrilling track titled ‘Asambe. At some point, you should…

Small Doctor – BAHUBALI

Small Doctor, Nigerian singer and record artist, returns to the spotlight with a new banging beat’BAHUBALI. At some point, you…

Lessie – Lessie (NO TURNING BACK)

A widely acknowledged Nigerian musician and performer, Lessie, with incredible talent, has delivered another new, captivating masterpiece, “Lessie (NO TURNING…

Shatta Wale – Fame

The Ghanaian musical phenomenon Shatta Wale has triumphantly returned to the music industry and has recently published another brand-new, electrifying…

Emi Moses – Onye Mme Mme

The musical vocals and talent of the outstandingly accomplished Nigerian musician and writer, Emi Moses, were heard in this mesmerizing…

`; adContainer.appendChild(script); // Display the ad container (if it was hidden) adContainer.style.display = 'block'; // Store the current time localStorage.setItem(LAST_AD_DISPLAY_KEY, Date.now()); } } function canShowAd() { const lastDisplayTime = localStorage.getItem(LAST_AD_DISPLAY_KEY); if (!lastDisplayTime) { // No previous display time, so we can show the ad return true; } const currentTime = Date.now(); const timeElapsed = currentTime - parseInt(lastDisplayTime, 10); return timeElapsed >= AD_DISPLAY_INTERVAL; } // Check on page load and delay ad appearance document.addEventListener('DOMContentLoaded', () => { if (canShowAd()) { setTimeout(() => { showVignetteAd(); }, DELAY_TIME); } else { // Optionally, if you want to hide the ad container initially if not eligible document.getElementById(AD_ZONE_ID).style.display = 'none'; } }); // You could also set up a recurring check if the user stays on the page for a long time // However, vignette ads are typically shown on page load or navigation. // If you need a persistent check *while on the same page*, uncomment the following: /* setInterval(() => { if (canShowAd()) { showVignetteAd(); } }, 60 * 1000); // Check every minute if an ad can be shown */