A lot of Soundcloud songs are made available for download. Now, the webpage can be hacked so that every Soundcloud upload has a generated download link!

To use, simply navigate to a Soundcloud page of a song and enter the following into the 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.