Skip to content

Instantly share code, notes, and snippets.

@VovanR
Last active November 2, 2015 07:17
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 VovanR/2b9440caf8b93872c503 to your computer and use it in GitHub Desktop.
Save VovanR/2b9440caf8b93872c503 to your computer and use it in GitHub Desktop.
Get artists list form Yandex.Music
$(window).scroll(()=>{$('.track__artists a').each((i,e)=>{console.log(e.innerHTML.replace('amp;', ''))})})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment