Google Music nowplaying
by
michi_0903
2013-06-23 [2013/06/23 23:41:08]
Bookmarklet for tweet nowplaying song at Google Music.
@@ -6,4 +6,4 @@
* @require
*/
-javascript:var%20te=document.getElementById("playerSongTitle");var%20tc=te.childNodes;var%20t=tc[0].innerHTML;var%20ae=document.getElementById("playerArtist");var%20ac=ae.childNodes;var%20a=ac[0].innerHTML;var%20tweet=encodeURIComponent(t)+'%20%2f%20'+encodeURIComponent(a)+'%20%2f%2aGoogle%20music%20nowplaying%2a%2f';void(window.open('https://twitter.com/intent/tweet?text='+tweet+'&hashtags=NowPlaying'));
+javascript:var%20t=document.getElementById("playerSongTitle").firstChild.innerHTML;var%20a=document.getElementById("player-artist").firstChild.innerHTML;var%20tweet=encodeURIComponent(t)+'%20%2f%20'+encodeURIComponent(a)+'%20%2f%2aGoogle%20music%20nowplaying%2a%2f';void(window.open('https://twitter.com/intent/tweet?text='+tweet+'&hashtags=NowPlaying'));
/*
* @title Google Music nowplaying
* @description Bookmarklet for tweet nowplaying song at Google Music.
* @include http://*
* @license MIT License
* @require
*/
javascript:var%20t=document.getElementById("playerSongTitle").firstChild.innerHTML;var%20a=document.getElementById("player-artist").firstChild.innerHTML;var%20tweet=encodeURIComponent(t)+'%20%2f%20'+encodeURIComponent(a)+'%20%2f%2aGoogle%20music%20nowplaying%2a%2f';void(window.open('https://twitter.com/intent/tweet?text='+tweet+'&hashtags=NowPlaying'));
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。