Soundsnap Downloader

Add download link to Soundsnap previews.

< Σχολιασμός για τον κώδικα Soundsnap Downloader

Ερώτηση/σχόλιο

§
Δημοσιεύτηκε: 16/09/2023

The script doesn't work anymore. I have checked it and the problem is just the line below. Just replace the code with the new one and it will work as expected.

Original:

42 | const downloadButton = track.querySelector("a.ss_icons.ss_download");

Patched:

42 | const downloadButton = track.querySelector("a.button-icon.teaser-icons.primary.ojoo-icon-download");

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.