ADVERTISEMENT
Nigeria

Download Latest Nigeria Music & New Songs 2025

Mick Junior – Forgive Me

A preeminent studio jockey and an extremely versatile song creator Mick Junior, has triumphantly returned to the studio with a…

Kelvinnice – Another Love Igbo

Nigeria’s fast-rising music creator and multi-talented music phenomenon Kelvinnice, has recently spiced up the music stage with his newly unveiled…

Seyi Vibez – Orisha (San)

With “Orisha (San),” a ridiculously newly invented jam, Vibez Inc.’s owner, Seyi Vibez, an illustrious Afrobeat artist and lyrical genius,…

Dunsin Oyekan – Ekondo

“Ekondo,” a veteran and highly spontaneous music, is blistering the stage and was dropped by a popular and versatile Nigerian…

Dunsin Oyekan – Spirit

Prominent and widely recognized worshipper and highly anointed gospel music writer known as Dunsin Oyekan is enthralling the music world…

Dunsin Oyekan – Holy

“Holy,” a powerful and bold mind-blowing music is stirring up the music industry with a tantalizing and engrossing new jam…

Dunsin Oyekan – Mercy

“Mercy,”  a prominent and multi-talented song composer and praiseful melody phenomenon, not only produces music but brings magic to the…

Dunsin Oyekan – Baba (Live)

Dunsin Oyekan is an amazingly gifted singer and a vocal powerhouse in Nigerian music, has left the audience emotional, speechless,…

St Anointed – My Story

The fresh, magnificent, and endearing hit song “My Story” has been signed by St. Anointed, a renowned Nigerian music artist…

Rema – Laho (Remix)

Singer-songwriter Rema, a talented Nigerian, signed with Mavin Records to release his latest song, “Laho (Remix).” Rema, an accomplished musician…

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