Skip to content

Instantly share code, notes, and snippets.

@arkon108
Created July 8, 2014 17:57
Show Gist options
  • Save arkon108/f901a02157589d8adfe9 to your computer and use it in GitHub Desktop.
Save arkon108/f901a02157589d8adfe9 to your computer and use it in GitHub Desktop.
Search Youtube for all Last.fm loved tracks (run in console)
jQuery('.subjectCell').each(function(i,e){ var url = 'https://www.youtube.com/results?search_query='+encodeURIComponent(jQuery.trim(jQuery(e).text())); window.open(url,'_blank'); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment