caxerx / 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.

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 build

Tips

About


Languages

Language:Svelte 35.7%Language:TypeScript 32.2%Language:JavaScript 32.1%