Skip to content

Instantly share code, notes, and snippets.

@thinkjson
Created August 13, 2012 12:47
Show Gist options
  • Select an option

  • Save thinkjson/3340320 to your computer and use it in GitHub Desktop.

Select an option

Save thinkjson/3340320 to your computer and use it in GitHub Desktop.
Visit Pandora.com and run this bookmarklet to select a random saved station

Create a new bookmark with this as the url:

javascript:stations=$(".stationNameText");stations[Math.floor(Math.random()*stations.length)].click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment