Skip to content

Instantly share code, notes, and snippets.

@thibmaek
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thibmaek/83e00a0a62fdfbc83e81 to your computer and use it in GitHub Desktop.
Save thibmaek/83e00a0a62fdfbc83e81 to your computer and use it in GitHub Desktop.
Soundcloud Artwork Grabber
var img_list = document.querySelectorAll('.image__full');
var css_url = img_list[1].style.backgroundImage;
var url = css_url.substr(4,63);
window.location = url;
javascript:void((function(){var%20e=document.querySelectorAll(".image__full");p=e[1].style.backgroundImage;f=p.substr(4,63);window.location=f;})())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment