Skip to content

Instantly share code, notes, and snippets.

@mohemohe
Created March 29, 2016 11:16
Show Gist options
  • Select an option

  • Save mohemohe/2256e6dcba756d494adf to your computer and use it in GitHub Desktop.

Select an option

Save mohemohe/2256e6dcba756d494adf to your computer and use it in GitHub Desktop.
Google Play Musicでなうぷれするやつ
javascript:window.open('https://twitter.com/home?status='+encodeURIComponent('Now playing%3a '+document.getElementById('currently-playing-title').innerHTML+' - '+document.getElementById('player-artist').innerHTML+' / '+document.getElementsByClassName('player-album')[0].innerHTML+' https://play.google.com/music/listen?u=0#/album/'+document.getElementsByClassName('player-album')[0].getAttribute('data-id')));void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment