diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-07-07 22:04:20 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-07-07 22:04:20 -0700 |
| commit | cde7caf247c0fe7a5f833c33532b29401d0624d7 (patch) | |
| tree | 241507b80a9f65624972c14835d539a067a78acc /tachi_to_tachi | |
| parent | 7ffc3d1ee454587f9ede43dd95d33313d0854a64 (diff) | |
update README links to universal tachi to tachi
Diffstat (limited to 'tachi_to_tachi')
| -rw-r--r-- | tachi_to_tachi/README.md | 10 | ||||
| -rw-r--r-- | tachi_to_tachi/tachi_universal_export.user.js | 12 |
2 files changed, 14 insertions, 8 deletions
diff --git a/tachi_to_tachi/README.md b/tachi_to_tachi/README.md index 3a3b4be..92c2a90 100644 --- a/tachi_to_tachi/README.md +++ b/tachi_to_tachi/README.md @@ -5,8 +5,14 @@ Supports: - CHUNITHM - maimai DX -Visit the session page for a particular game i.e: -`https://TACHI_INSTANCE.com/u/{USERNAME}/games/{GAME}/Single/sessions/{SESSION ID}/scores` +Install a browser extension capable of running/managing userscripts (such as Tampermonkey) + +Then [install the Tachi export script](https://gitea.tendokyu.moe/pinapelz/more-tachi-import-scripts/raw/branch/main/tachi_to_tachi/tachi_universal_export.user.js) + +Visit the session page for a particular supported game i.e: +`https://kamai.tachi.ac/u/{USERNAME}/games/{GAME}/Single/sessions/{SESSION ID}/scores` + +Select the `All Scores` option (if you are not on this tab already) Then refresh the page, a button will show on the top right that exports all scores for the current session. diff --git a/tachi_to_tachi/tachi_universal_export.user.js b/tachi_to_tachi/tachi_universal_export.user.js index f4f2a32..0061638 100644 --- a/tachi_to_tachi/tachi_universal_export.user.js +++ b/tachi_to_tachi/tachi_universal_export.user.js @@ -1,13 +1,13 @@ // ==UserScript== -// @name Tachi Universal Export -// @namespace https://tachi.pinapelz.com/ +// @name Tachi to Tachi Universal Export +// @namespace https://kamai.tachi.ac/ // @version 1.0 // @description Universal export script for Tachi scores (Chunithm, Ongeki, Wacca, MaiMaiDX) // @author pinapelz -// @match https://tachi.pinapelz.com/u/*/games/chunithm/Single/sessions/*/scores -// @match https://tachi.pinapelz.com/u/*/games/ongeki/Single/sessions/*/scores -// @match https://tachi.pinapelz.com/u/*/games/wacca/Single/sessions/*/scores -// @match https://tachi.pinapelz.com/u/*/games/maimaidx/Single/sessions/*/scores +// @match https://kamai.tachi.ac/u/*/games/chunithm/Single/sessions/*/scores +// @match https://kamai.tachi.ac/u/*/games/ongeki/Single/sessions/*/scores +// @match https://kamai.tachi.ac/u/*/games/wacca/Single/sessions/*/scores +// @match https://kamai.tachi.ac/u/*/games/maimaidx/Single/sessions/*/scores // @grant none // ==/UserScript== |
