Skip to content

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

  1. Install a userscript manager (recommended: Tampermonkey)
  2. Click here to install the automatic upload script
  3. Visit and log in to the PROFILE page — the score will be uploaded automatically each time you open this page.

Manual upload (PC)

  1. Open the PROFILE page and sign in to your account.
  2. Press F12 to 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)

  1. 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);})();
  1. Open the PROFILE page and sign in to your account.
  2. 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.