Home »
Think Twice

Think Twice, Author at Afropami - Page 41 of 302

Frank Edwards – Obuka (Mighty)

Renowned Nigerian gospel singer and a highly gifted musician, Frank Edwards, returns with a soul-lifting song titled “Obuka (Mighty).” The…

Rapcha – Politrix

Tanzanian rap sensation and highly acclaimed music composer and song creator Rapcha delivers a thought-provoking track titled “Politrix.” The song…

Machalii Watundu – Mwaa Mwaa!

Dynamic Kenyan music duo and a tremendously gifted hit composer, Machalii Watundu, returns with an energetic new banger titled “Mwaa…

Beka Jooh – Amerudi

Fast-rising Tanzanian music sensation and astoundingly gifted music creator and song composer Beka Jooh has unveiled a brand new track…

Boybreed – Millions

Exceptionally gifted Nigerian musical duo Boybreed returns to the music scene with a captivating new single titled “Millions.” This vibrant…

Di’Ja – October

Beautiful and talented Nigerian songstress Di’Ja makes a sweet return to the music scene with a soulful new single titled…

Sparkle Tee – Ogom Egbunam

Highly gifted Nigerian rapper and street motivator Sparkle Tee storms the music scene again with a powerful anthem tagged “Ogom…

Mr Eazi – Violence

Buzzing Afrobeat artist Ayo Maff unveils another heart-touching record titled “Malaria.” In this beautifully written track, Ayo Maff blends deep…

Yo Maps – Aleteka

Zambian music powerhouse and a phenomenally gifted hit maker Yo Maps is back again with another soulful masterpiece titled “Aleteka.”…

Tolibian – Gbenkule

Highly talented Nigerian singer and entertainer Tolibian returns with another vibrant tune titled “Gbenkule.” The fast-rising star delivers his signature…

Priesst – Take Am Play

Talented Nigerian singer and performer Priesst returns to the spotlight with a brand-new single titled “Take Am Play.” The song…

T Dollar – Eleda

Talented Nigerian artist and immensely gifted music creator and song composer Dollar has blessed fans with a brand new single tagged…

CKay – Body (Danz) Ft. Mavo

Global hitmaker CKay is back again with another sweet jam titled “Body (Danz),” featuring fast-rising star Mavo. Both artists delivered…

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