Add download link to Soundsnap previews.
< 脚本Soundsnap Downloader的反馈
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");
登录(不可用)以发表回复。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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:
Patched: