Since the Beatport script among other breaks every time the CSS classes change I'd suggest to use something a little less error-prone with CSS selectors and document.querySelector to find the anchor element.
Example selector for Beatport: [class^="ReleaseDetailCard"].full
Since the Beatport script among other breaks every time the CSS classes change I'd suggest to use something a little less error-prone with CSS selectors and
document.querySelectorto find the anchor element.Example selector for Beatport:
[class^="ReleaseDetailCard"].full