ADVERTISEMENT

Skales – Martina’s Son (Album)

“Martina’s Son (Album),” a rave-worthy and magnificent buzzing extended project, was uncovered by a preeminent and highly prolific Nigeria song composer known as Skales.

Furthermore, the blistering single is making waves on the internet and it featured some highly established singers like Fave, Faze and magnito.

Martina’s Son (Album) All Tracklist By Skales!

  1. Skales – Scandal
  2. Skales – Colour 
  3. Skales – Body On Me Ft Joshua Baraka
  4. Skales – Glory Ft Fave
  5. Skales – Blessings Shower
  6. Skales – Looseguard Ft Nasboi
  7. Skales – Unbelievable
  8. Skales – Jogo (Remix) Ft Innoss’B 
  9. Skales – Shake Body [Spanish (Remix)] Ft  Oscar el Ruso
  10. Skales – Busy Ft S.N.E
  11. Skales – Tota E Mole Ft Yinka Ayefele, Kvng Vinci
  12. Skales – Alcohol Na Your Mate? Ft Faze, Magnito
  13. Skales – Until We Meet Again Ft  Töme & Bolu Ajibade
  14. Skales – Mental
  15. Skales – B.T.S (Burst Their Speakers)
  16. Skales – D.L.L.Y (Dance Like Lamine Yamal )Ft 3dnan

More

Join the Discussion

No one has commented yet. Be the first!

Leave a Reply

Your email address will not be published. Required fields are marked *

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