330yen every month (;′⌒`)>
Use the official server
To use the official server, you need to upload scores from e-amusement's PROFILE page to Noah.
After uploading scores, you must bind your Player ID (SV-xxxx-xxxx) as a card so Noah can query your official server scores.
Instructions
To upload scores to the official server, you must subscribe to the e-amusement ベーシックコース
Automatic upload with Tampermonkey
- Install a userscript manager (recommended: Tampermonkey)
- Click here to install the automatic upload script
- Visit and log in to the PROFILE page — the score will be uploaded automatically each time you open this page.
Manual upload (PC)
- Open the PROFILE page and sign in to your account.
- Press
F12to open Developer Tools, switch to the Console, paste the following code and press Enter:
javascript
javascript: (function () {
var d = document;
var url = "https://c.logthm.com/f/7WcV/vii.js";
var e = d.createElement("script");
e.src = url;
d.getElementsByTagName("head")[0].appendChild(e);
})();Manual upload (iOS/Android)
- Add any bookmark in your browser, then edit its URL to the following:
javascript:(function(){var d=document;var s=d.createElement('script');s.src='https://c.logthm.com/f/7WcV/vii.js';(d.head||d.documentElement).appendChild(s);})();- Open the PROFILE page and sign in to your account.
- Tap the bookmark from your favorites to execute the upload.
The script only reads visible scores on the p.eagate.573.jp page and uploads them to Noah. It does not collect your e-amusement login credentials.