A bookmarklet tool let you to view the records of CHUNITHM-NET (International) in rating order.
Chart constant data extracted from chunirec.
- Drag chuni intl viewer to your bookmark bar.
- 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);
- Open https://chunithm-net-eng.com/ and run the bookmarklet
- Wait for the program to finish
npm install
npm run build
- If you want to run the bookmarklet on mobile chrome, type the name of the bookmark at url bar, and then click on the bookmark to execute the code.
- How can a bookmarklet be ADDED on mobile Chrome without copying and pasting? - Android Enthusiasts Stack Exchange