downloader

Tuesday, March 6, 2012

How To Download Any SoundCloud Song

previous left arrow button next right arrow button
To apply, just browse to a Soundcloud page of a song. Copy the following and replace it into your browser address bar:


javascript:(function(b){var a=b.createElement("a");a.innerText="Download MP3";a.href="http://media.soundcloud.com/stream/"+b.querySelector("#main-content-inner img[class=waveform]").src.match(/\.com\/(.+)\_/)[1];a.download=b.querySelector("em").innerText+".mp3";b.querySelector(".primary").appendChild(a);a.style.marginLeft="10px";a.style.color="red";a.style.fontWeight=700})(document);

You will see a red download link appear. Click on it, and the song will download.


Nice little piece of work they've done here, but if you are a reformed music pirate trying to stay clean, better going to stay away.





previous left arrow button next right arrow button