You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: