/*
* @title SearchLyrics
* @description 歌詞検索
* @license MIT License
*/
javascript: (function(t) {
t = '' + getSelection();
t = t || prompt('SearchLyrics');
t && open('https://www.google.co.jp/search?num=10&safe=off&q=' + encodeURIComponent(t) + '+site:www.kasi-time.com+OR+site:j-lyric.net+OR+site:www.kget.jp')
}())