Description: The new album 'Rare, Forever', released 30 April on Ninja Tune
music (53610) album (1783) electronic music (1045) ninja tune (37) live 2020 (2) zen beats (2) leon vynehall (1) leon vynehall live (1) rare forever (1)
var URLParams = window.location.search; // Set the domain/URL to your website. var myDomain = "http://vynehall.com/"; // Grab all links (anchor tags) var links = document.getElementsByTagName('a'); // Loop through all links Array.prototype.forEach.call(links, function(link) { // If we find a link that does not go to my domain if (link.href.indexOf(myDomain) < 0) { // If we find a link not to an ID if (link.href.indexOf('#') === -1) { // Take the href and append the UTM parameters if (URLParams === "") { lin