From cde7caf247c0fe7a5f833c33532b29401d0624d7 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 7 Jul 2025 22:04:20 -0700 Subject: update README links to universal tachi to tachi --- tachi_to_tachi/README.md | 10 ++++++++-- tachi_to_tachi/tachi_universal_export.user.js | 12 ++++++------ 2 files changed, 14 insertions(+), 8 deletions(-) (limited to 'tachi_to_tachi') 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== -- cgit v1.2.3