`; // target the cover menu item const target = document.querySelector('#menu-header-uk-1 .menu-item-2911415'); // position popover to the left if the target is on the right half of the screen if (target.getBoundingClientRect().right > document.documentElement.clientWidth / 2) { popover.classList.add('left'); } target.appendChild(popover); // used to check if the article info let articleTitle = ''; // fetch info once, then show popover on hover target.addEventListener('mouseover', async () => { if (!articleTitle) { const [coverRes, articleRes] = await Promise.all([ fetch('https://www.nme.com/wp-json/wp/v2/posts?categories=268320&per_page=1&_fields[]=thumbnail_url&_fields[]=featured_media'), fetch('https://www.nme.com/wp-json/wp/v2/posts?categories=268101&per_page=1&_fields[]=title&_fields[]=link'), ]); const [cover, article] = await Promise.all([coverRes.json(), articleRes.json()]); articleTitle = article[0].title.rendered; document.querySelector('#the-cover-article-title').textContent = articleTitle; document.querySelector('#the-cover-article-title').href = article[0].link; document.querySelector('#the-cover-image-link').href = article[0].link; document.querySelector('#the-cover-read-now').href = article[0].link; document.querySelectorAll('#the-cover-image').forEach((img) => { // add size modifier to the cover image url img.src = cover[0].thumbnail_url.replace(/(\.[\w\d_-]+)$/i, '-400x500$1'); }); // document.querySelector('#the-cover-image-link').href = article[0].link; } setTimeout(() => popover.classList.add('active'), 0); }); // hide popover on mouse leave target.addEventListener('mouseleave', () => { setTimeout(() => popover.classList.remove('active'), 0); }); });

Snoop Dogg says new generation of rappers sound identical

Rapper says: 'Drake, Future Migos… I don’t know who is who'

Snoop Dogg has stated that many modern rappers sound identical, complaining that he doesn’t know who is who when listening to current hip-hop.

Snoop stated that, when he began, it was easy to tell rappers apart as they each had their own style, but that the scene had become homogenised.

Advertisement

In%20an%20interview%20with Pigeons And Planes, Snoop said: “I don’t know who is who when they’re doing that rap style, and I love them all. Future, Migos, Drake, I love all of them. They’re my n****s, but I don’t know who is who when the record is over.”

Comparing them to early rappers, Snoop added: “When I came out as a rapper, everyone had their own style. If you sounded like someone else, that word was called ‘biting’ – ‘You biting my style, you biting my shit.’ If you paying tribute, like I did with ‘La Di Da Di’ to Slick Rick and Doug E. Fresh, I paid n****s who I grew up loving. I said ‘I’m gonna redo your song, get you paid all over again, let everybody know it’s your shit, and put a twist on it for the new kids who don’t even know it exists.’ That’s a different way of showing love, as opposed to everyone rapping the same style.”

Snoop admitted that Pharrell Williams challenged him over his lyrics while producing his new album ‘Bush’, released this week.

Citing the change of the song ‘So Many Pros’ from its original title of ‘So Many Hoes’, Snoop said: “I told P, ‘They like it when I call them hoes’, but P knows what’s best. You want me to put a suit and tie on and clean my face up? I’ll do that for you. That’s what I love about him as a friend – he ain’t afraid to challenge me. P was like, ‘You ain’t 25 no more. You’re 43, you’ve got a daughter, and when we put it out this way, it’s going to be accepted by the masses as opposed to being minimised by that one word.’”

Snoop plays at several UK festivals this summer, appearing at Radio 1’s One Big Weekend, Lovebox Weekender, Kendal Calling and Y-Not.

You May Also Like

Advertisement

TRENDING

Advertisement

More Stories