Skip to content

Instantly share code, notes, and snippets.

@troy
Created November 29, 2015 02:02
Show Gist options
  • Save troy/e827deef8749242c068e to your computer and use it in GitHub Desktop.
Save troy/e827deef8749242c068e to your computer and use it in GitHub Desktop.
Bookmarklet to search/play highlighted artist on Spotify Web Player
javascript:window.location.href="https://play.spotify.com/search/"+encodeURIComponent(window.getSelection())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment