Allows you to download album art on the Soundcloud website.
< Feedback on Soundcloud Album Art Downloader
Thanks for letting me know! I fixed it in the latest release.
Adding to this as I am experiencing a similar issue. The extension is wrapping the source URL around the image URL.
EXAMPLE:
Image is hosted here:
https://i1.sndcdn.com/artworks-000163848655-gwcjqx-t500x500.jpg
Script wants to use:
https://soundcloud.com/nils-official/"https://i1.sndcdn.com/artworks-000163848655-gwcjqx-t500x500.jpg"
Fixed it in the latest release.
Small Bug
Overall a very good script, except for one small thing... for some reason, the URL of the is missing the initial "h" in "https" and the final "g" in "jpg," resulting in a dead link/missing image. It looks just like the image tag in this post does. Bug is occurring in the Tampermonkey v4.2.5349 release for Edge v38.14393, if that makes a difference.
Edit: Even with this bug, it is still a vast improvement over the initial workflow, since I can just copy the link and add the missing h and g, instead of having to Inspect Element.