Skip to content

Instantly share code, notes, and snippets.

@josephfinlayson
Created April 8, 2014 10:30
Show Gist options
  • Save josephfinlayson/10107900 to your computer and use it in GitHub Desktop.
Save josephfinlayson/10107900 to your computer and use it in GitHub Desktop.
Auto like downloadable songs on soundcloud. Good combined with an IFTTT
javascript:(function()%7B%24('.sc-button-download').each(function(key%2Cval )%7Blike %3D %24(val).parent('div')%3Blike %3D %24(like).children('button.sc-button-like'); like.trigger("click")%7D)%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment