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 | |
| parent | 7ffc3d1ee454587f9ede43dd95d33313d0854a64 (diff) | |
update README links to universal tachi to tachi
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | tachi_to_tachi/README.md | 10 | ||||
| -rw-r--r-- | tachi_to_tachi/tachi_universal_export.user.js | 12 |
3 files changed, 15 insertions, 12 deletions
@@ -14,10 +14,7 @@ Use with caution as there may be some cases missing. **Export from Tachi** This is useful if you want to use your data on Tachi for something else and you do not have access to DB. Converts scores as shown on the site back to a batch-manual format -- [CHUNITHM](./chuni/tachi) -- [maimai DX](./mai2/tachi) -- [O.N.G.E.K.I](./ongeki/tachi) -- [WACCA](./wacca/tachi) +- [Universal Tachi to Tachi Userscript](./tachi_to_tachi) > [!CAUTION] 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== |
