Skip to content

Instantly share code, notes, and snippets.

@connor
Created July 4, 2012 19:14
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 connor/3049039 to your computer and use it in GitHub Desktop.
Save connor/3049039 to your computer and use it in GitHub Desktop.
rdio script for chrome extension
var fake_prev_el = document.getElementById('fake_prev_el')
fake_prev_el.addEventListener('click', function() {
R.Services.Player.previous();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment