Skip to content

Instantly share code, notes, and snippets.

View achur's full-sized avatar

Alex Churchill achur

View GitHub Profile
@achur
achur / GroovesharkController.js
Created March 10, 2014 17:46
Fix for sway.fm+Grooveshark
controller = new BasicController({
supports: {
playpause: true,
next: true,
previous: true,
},
playStateSelector: '#play-pause',
playStateClass: 'playing',
playPauseSelector: '#play-pause',
nextSelector: '#play-next',