Skip to content

Instantly share code, notes, and snippets.

@masaibar
Last active January 3, 2016 15:41
Show Gist options
  • Save masaibar/5e5866c724182a36e30a to your computer and use it in GitHub Desktop.
Save masaibar/5e5866c724182a36e30a to your computer and use it in GitHub Desktop.
歌詞検索サイトで歌詞を楽にコピーするためのChromeエクステンションを作って公開してみた ref: http://qiita.com/masaibar/items/bef5bb0207721aeb9347
document.getElementById("lyrics").innerHTML.replace(/<br>/g, "\n").replace(/&amp;/g, "&");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment