Created
March 29, 2016 11:16
-
-
Save mohemohe/2256e6dcba756d494adf to your computer and use it in GitHub Desktop.
Google Play Musicでなうぷれするやつ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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