Allows you to download album art on the Soundcloud website.
< 脚本Soundcloud Album Art Downloader的反馈
Update var possibleClasses = [".listenArtworkWrapper", ".listenInfo", ".profileHeaderInfo"] because without ".profileHeaderInfo" the script notifies of the error "No suitable selector found" and breaks the display of the user avatar modal.
var possibleClasses = [".listenArtworkWrapper", ".listenInfo", ".profileHeaderInfo"]
登录(不可用)以发表回复。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Update
var possibleClasses = [".listenArtworkWrapper", ".listenInfo", ".profileHeaderInfo"]
because without ".profileHeaderInfo" the script notifies of the error "No suitable selector found" and breaks the display of the user avatar modal.