LoginSignup
3
1

More than 5 years have passed since last update.

Web版GooglePlayMusicで再生中の歌詞を表示するブックマークレット作った

Last updated at Posted at 2016-07-27

ぽえむ

音楽聞いていると、歌詞見たくない?俺は見たい。そして歌いたいよね。
しかし、探すのめんどい。探しているうちに曲は1分は進んで時間を無駄にしたと思ってしまう。
これだ!って思ったら開きたい。

(むしろ再生中にカラオケみたいにしてくれよーGoogle先生。)

歌詞表示に使ったサイト

使い方

これコピって

javascript: window.open(encodeURI('https://www.musixmatch.com/ja/lyrics'+'/'+document.getElementById('player-artist').textContent.replace(/ /g, '-')+'/'+document.getElementById('currently-playing-title').textContent.replace(/ /g, '-')));

ブックマークバーに追加して、GooglePlayMusicでリンクを押す

88da5712fa979f1f58025141943c6613.gif

Work♡Music

色々ダメだということが分かったので、検索にした。

javascript: window.open(encodeURI('https://www.musixmatch.com/ja/search'+'/'+document.getElementById('player-artist').textContent+' '+document.getElementById('currently-playing-title').textContent));
3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1