Skip to content

Instantly share code, notes, and snippets.

@bluerabbit
Created July 22, 2015 22:53
Show Gist options
  • Save bluerabbit/b556dac35306792b7508 to your computer and use it in GitHub Desktop.
Save bluerabbit/b556dac35306792b7508 to your computer and use it in GitHub Desktop.
将棋ウォーズの棋譜を取得するbookmarklet

http://swks.sakura.ne.jp/wars/kifusave/ のサイトを使って棋譜を表示

javascript:window.location.href = 'http://swks.sakura.ne.jp/wars/kifu/' + window.location.href.split('/')[4] + '.kif'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment