It's a memorandum to get the commit history of GitHub wiki on browser by JavaScript.
parse the history page(s) and generate TSV or JSON by JavaScript
- You can read the commit history of all pages of GitHub wiki from this URL:
https://github.com/${author}/${repository}/wiki/Home/_history
- This page paginates every 25 items
- If you want to get the data as a blob, you can arrange and use this script.
- LICENCE: CC0