kt-ongeki-site-importer
Import scores from https://ongeki-net.com to Kamaitachi
Features
Installation
With a userscript manager
- Install a userscript manager (e.g. Greasemonkey or Tampermonkey).
- Click here.
With a bookmarklet
(view this site from https://Umi4Life.github.io/kt-ongeki-site-importer/)
- Bookmark this link by dragging it to the bookmarks bar: Kamaitachi ONGEKI Site Importer.
Raw text:
javascript:void(function(d){if(['ongeki-net.com'].includes(d.location.host))document.body.appendChild(document.createElement('script')).src='https://Umi4Life.github.io/kt-ongeki-site-importer/kt-ongeki-site-importer.min.js?t='+Math.floor(Date.now()/60000)})(document);
Usage
- Go to ONGEKI-NET (International, Japan) and log in.
- Set up your API key following the instructions you see on the page.
- ALWAYS IMPORT RECENT SCORES FIRST.
- Jump to recent scores page, and click the “Import recent scores” button.
- Note that recent import cannot grab platinum score, you’ll need to backfill all PBs to update those.
- To backfill all PBs, jump to the PBs page and click the “Import all PBs” button.
Development
- Edit files in
src/ongeki-inporter
- Run
npm run build in terminal
- Userscript will be output to
docs/kt-ongeki-site-importer.user.js
TODO