Home »
Think Twice

Think Twice, Author at Afropami

Judikay – The Shabach Anthem

Nigerian gospel singer Judikay shares “The Shabach Anthem,” a vibrant and praise-filled track that carries strong energy throughout. The song…

Judikay – Eloi (My God)

Nigerian skilled female gospel singer Judikay presents “Eloi (My God),” a powerful and emotional song that carries deep meaning. It…

Judikay – Darling Jesus

A music minister in the Nigerian music industry, Judikay, delivers “Darling Jesus,” a song that feels warm, sincere, and deeply…

Bien – Finale Ft. Alikiba

Kenyan artist Bien teams up with Tanzanian star Alikiba on “Finale,” delivering a smooth and well-balanced track that feels rich…

Diamond Platnumz – Happy

Tanzanian iconic superstar and song maker Diamond Platnumz shares “Happy,” a song that brings a bright and feel-good energy from…

Hotkeed – Stormy

Hotkeed, a magnificent music creator and songstress, delivers “Stormy,” a track that leans into emotions with a calm but slightly…

King Saha – Ndibawo

Ugandan singer King Saha presents “Ndibawo,” a song that feels deeply emotional and expressive from start to finish. It has…

Harmonize – Wewe

Tanzanian iconic singer and musical artist Harmonize delivers a smooth and heartfelt track titled “Wewe,” and it carries that calm,…

JeriQ – Winner

Nigerian acclaimed rapper JeriQ delivers “Winner,” a track that carries a strong and determined energy throughout. It feels like a…

Darkoo – Solar Ft. Ruger

British-Nigerian hit maker and song composer Darkoo teams up with Ruger on “Solar,” delivering a smooth and slightly sultry vibe…

Zerrydl – Igho

Nigerian songwriter and lyricist popularly known as Zerrydl delivers “Igho,” a track that feels fresh, catchy, and easy to get…

`; 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 */