Skip to content

Instantly share code, notes, and snippets.

@sinsinpub
Created December 7, 2012 18:08
Show Gist options
  • Save sinsinpub/4235156 to your computer and use it in GitHub Desktop.
Save sinsinpub/4235156 to your computer and use it in GitHub Desktop.
Bookmarklet for showing lyrics at recochoku.jp
javascript:var w="";for (var i=0;i<dataint.words.length;i++){w+=String.fromCharCode(dataint.words[i]);}$('#lyric_txt').html('').append('<pre>'+w+'</pre>');document.body.oncontextmenu=null;document.body.onselectstart=null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment