aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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