kyroslee / chuni_intl_viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chunithm (International) Score Viewer

A bookmarklet tool let you to view the records of CHUNITHM-NET (International) in rating order.

Chart constant data extracted from chunirec.

Change Log

  • 14 Jun 2022: Add local chart constant
  • 2 Jun 2022: Support Chunithm New
    • Update chart constant to Chunithm New
    • Support Ulitma (Not tested yet as I have not played any Ultima song yet, would try later)
    • Update rating calculation (add support on SSS+ rating)
    • Remove full record fetch (as it is useless)
    • Add FC/AJ result

Usage

  1. Drag chuni intl viewer to your bookmark bar.
  2. Edit the bookmark. Copy the following code and paste it as the url of the bookmark
javascript:(function(d,s){s=d.createElement('script');s.src='https://cdn.jsdelivr.net/gh/kyroslee/chuni_intl_viewer/main.min.js?'+Date.now();d.getElementsByTagName('head')[0].appendChild(s);})(document);

  1. Open https://chunithm-net-eng.com/ and run the bookmarklet
  2. Wait for the program to finish

Dev

  1. npm install
  2. npm run generate-constant (if you need to test for local constant)
  3. npm run build

Tips

About


Languages

Language:JavaScript 100.0%