chuni_new_intl_viewer
v2.4.0
Published
A bookmarklet tool to let you view the records of [CHUNITHM-NET (International)](https://chunithm-net-eng.com/) in rating order.
Downloads
60
Readme
Chunithm New (International) Score Viewer
This project is now deprecated, and will no longer get updated from now on.
To use the newest version of score viewer, please refer to Dogeon188/chuni-tools.
Usage
Drag chuni new intl viewer to your bookmark bar.
Edit the bookmark. Copy the following code and paste it as the url of the bookmark
javascript:((d)=>{s=d.createElement("script");s.src="https://unpkg.com/chuni_new_intl_viewer/main.min.js";d.head.append(s);})(document)
Open CHUNITHM-NET and run the bookmarklet
Wait for the program to finish
NOTE: The old "eval" script will still work (and being updated still), but it's still recommended to move to the new "unpkg" version for a probably safer and more stable experience.
Dev
npm install
npm run build
Tips
- If you're using iOS, you can take advantage of this shortcut.
- 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