aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpinapelz <pinapelz@noreply.gitea.tendokyu.moe>2025-07-09 23:07:26 +0000
committerpinapelz <pinapelz@noreply.gitea.tendokyu.moe>2025-07-09 23:07:26 +0000
commitd28ad1d01cce8b33485b8fc105e88787aa141fd9 (patch)
treeecc61a15e2713c6b16b7979356e2173cb17208aa
parent5aa678c03a3efb14f8d25b8518793a7bc9e45ba4 (diff)
fix chunithm lamp names
-rw-r--r--tachi_to_tachi/tachi_universal_export.user.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/tachi_to_tachi/tachi_universal_export.user.js b/tachi_to_tachi/tachi_universal_export.user.js
index e239037..f3dcc90 100644
--- a/tachi_to_tachi/tachi_universal_export.user.js
+++ b/tachi_to_tachi/tachi_universal_export.user.js
@@ -161,12 +161,6 @@
// Chunithm parser
function parseChunithmScores() {
const rows = document.querySelectorAll("table tbody tr");
- const difficultyMap = {
- "BASIC": "Basic",
- "ADVANCED": "Advanced",
- "EXPERT": "Expert",
- "MASTER": "Master"
- };
const scores = [];
for (let i = 0; i < rows.length; i++) {
@@ -187,8 +181,6 @@
else if (difficulty === "E") difficulty = "EXPERT";
else if (difficulty === "M") difficulty = "MASTER";
- difficulty = difficultyMap[difficulty] || difficulty;
-
// Song info is in third column (index 2)
const songAnchor = cells[2].querySelector("a");
if (!songAnchor) continue;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage