aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-11-11 16:45:33 -0800
committerPinapelz <yukais@pinapelz.com>2025-11-11 16:45:33 -0800
commit5aa04d60b1602dbb6166c5459a2f1c1792e634c0 (patch)
tree2e8439d355356764a9daa1f3773baf5ce7dd9f67
parent9608610b0fef717c8f2d87ab518a077f4e0763cb (diff)
move import script paths according to import method
-rw-r--r--README.md2
-rw-r--r--frontend/src/components/modals/DivaNetModal.tsx2
-rw-r--r--frontend/src/components/modals/MusicDiverModal.tsx2
-rw-r--r--frontend/src/pages/Import.tsx8
-rw-r--r--scripts/dancearound/eamuse/README.md (renamed from scripts/dancearound/README.md)0
-rw-r--r--scripts/dancearound/eamuse/dancearound_play_history.user.js (renamed from scripts/dancearound/dancearound_play_history.user.js)0
-rw-r--r--scripts/dancerush/eamuse/README.md (renamed from scripts/dancerush/README.md)0
-rw-r--r--scripts/dancerush/eamuse/dancerush_play_history.user.js (renamed from scripts/dancerush/dancerush_play_history.user.js)0
-rw-r--r--scripts/musicdiver/mypage/README.md (renamed from scripts/musicdiver/README.md)0
-rw-r--r--scripts/musicdiver/mypage/musicdiver_recent_history.user.js (renamed from scripts/musicdiver/musicdiver_recent_history.user.js)0
-rw-r--r--scripts/nostalgia/flower/README.md (renamed from scripts/nostalgia/README.md)0
-rw-r--r--scripts/nostalgia/flower/nostalgia_flower_scraper.user.js (renamed from scripts/nostalgia/nostalgia_flower_scraper.user.js)0
-rw-r--r--scripts/projectdiva-arcade/divanet/README.md (renamed from scripts/projectdiva-arcade/README.md)0
-rw-r--r--scripts/projectdiva-arcade/divanet/diva_net_history.user.js (renamed from scripts/projectdiva-arcade/diva_net_history.user.js)0
-rw-r--r--scripts/reflecbeat/flower/README.md (renamed from scripts/reflecbeat/README.md)0
-rw-r--r--scripts/reflecbeat/flower/reflecbeat_flower_scraper.user.js (renamed from scripts/reflecbeat/reflecbeat_flower_scraper.user.js)0
-rw-r--r--scripts/taiko/donder-hiroba/.gitignore (renamed from scripts/taiko/.gitignore)0
-rw-r--r--scripts/taiko/donder-hiroba/README.md0
-rw-r--r--scripts/taiko/donder-hiroba/requirements.txt (renamed from scripts/taiko/requirements.txt)0
-rw-r--r--scripts/taiko/donder-hiroba/taiko_donder_hiroba_export.py (renamed from scripts/taiko/taiko_donder_hiroba_export.py)0
20 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index 310b324..8376ef9 100644
--- a/README.md
+++ b/README.md
@@ -52,3 +52,5 @@ pnpm dev
- Express
- Prisma ORM
- Postgres
+
+> You're welcome to join my [personal instance](https://mirage.pinapelz.com), but I make no guarantees about the integrity of data if something goes catastrophically wrong.
diff --git a/frontend/src/components/modals/DivaNetModal.tsx b/frontend/src/components/modals/DivaNetModal.tsx
index 00babc2..d3aee86 100644
--- a/frontend/src/components/modals/DivaNetModal.tsx
+++ b/frontend/src/components/modals/DivaNetModal.tsx
@@ -93,7 +93,7 @@ const DivaNetModal = ({
<div className="my-2 rounded-md bg-blue-500/10 border border-blue-500/20 p-3">
<p className="text-sm text-blue-400">
<a
- href="https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/projectdiva-arcade/diva_net_history.user.js"
+ href="https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/projectdiva-arcade/divanet/diva_net_history.user.js"
className="font-bold underline"
>
DIVA.NET Recently Played Score Export Userscript (Last 20 Played)
diff --git a/frontend/src/components/modals/MusicDiverModal.tsx b/frontend/src/components/modals/MusicDiverModal.tsx
index 0113bf5..e995978 100644
--- a/frontend/src/components/modals/MusicDiverModal.tsx
+++ b/frontend/src/components/modals/MusicDiverModal.tsx
@@ -102,7 +102,7 @@ const MusicDiverMyPageModal = ({
<div className="my-2 rounded-md bg-blue-500/10 border border-blue-500/20 p-3">
<p className="text-sm text-blue-400">
<a
- href="https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/musicdiver/musicdiver_recent_history.user.js"
+ href="https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/musicdiver/mypage/musicdiver_recent_history.user.js"
className="underline"
>
MyPage Recently Played Score Export Userscript
diff --git a/frontend/src/pages/Import.tsx b/frontend/src/pages/Import.tsx
index 5b48c5d..4e3707c 100644
--- a/frontend/src/pages/Import.tsx
+++ b/frontend/src/pages/Import.tsx
@@ -319,7 +319,7 @@ const Import = () => {
importPage="https://p.eagate.573.jp/payment/p/ex_select_course.html"
scripts={[{
name: "e-amusement Recently Played Score Export Userscript (Last 20 Played)",
- url: "https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/dancerush/dancerush_play_history.user.js"
+ url: "https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/dancerush/eamuse/dancerush_play_history.user.js"
}]}
/>
)}
@@ -332,7 +332,7 @@ const Import = () => {
importPage="https://p.eagate.573.jp/game/around/1st/top/index.html#play_hist"
scripts={[{
name: "e-amusement Recently Played Score Export Userscript (Last 20 Played)",
- url: "https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/dancearound/dancearound_play_history.user.js"
+ url: "https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/dancearound/eamuse/dancearound_play_history.user.js"
}]}
/>
)}
@@ -365,7 +365,7 @@ const Import = () => {
importPage="https://projectflower.eu/game/nostalgia/54827307"
scripts={[{
name: "Flower Play History (Exports only the page you are on)",
- url: "https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/nostalgia/nostalgia_flower_scraper.user.js"
+ url: "https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/nostalgia/flower/nostalgia_flower_scraper.user.js"
}]}
/>
)}
@@ -378,7 +378,7 @@ const Import = () => {
importPage="https://projectflower.eu/game/rb/profile/21363050"
scripts={[{
name: "Flower Play History (Exports only the page you are on)",
- url: "https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/reflecbeat/reflecbeat_flower_scraper.user.js"
+ url: "https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/reflecbeat/flower/reflecbeat_flower_scraper.user.js"
}]}
/>
)}
diff --git a/scripts/dancearound/README.md b/scripts/dancearound/eamuse/README.md
index 404f605..404f605 100644
--- a/scripts/dancearound/README.md
+++ b/scripts/dancearound/eamuse/README.md
diff --git a/scripts/dancearound/dancearound_play_history.user.js b/scripts/dancearound/eamuse/dancearound_play_history.user.js
index eccc1a9..eccc1a9 100644
--- a/scripts/dancearound/dancearound_play_history.user.js
+++ b/scripts/dancearound/eamuse/dancearound_play_history.user.js
diff --git a/scripts/dancerush/README.md b/scripts/dancerush/eamuse/README.md
index d5efc1f..d5efc1f 100644
--- a/scripts/dancerush/README.md
+++ b/scripts/dancerush/eamuse/README.md
diff --git a/scripts/dancerush/dancerush_play_history.user.js b/scripts/dancerush/eamuse/dancerush_play_history.user.js
index 1f0121b..1f0121b 100644
--- a/scripts/dancerush/dancerush_play_history.user.js
+++ b/scripts/dancerush/eamuse/dancerush_play_history.user.js
diff --git a/scripts/musicdiver/README.md b/scripts/musicdiver/mypage/README.md
index c1316d0..c1316d0 100644
--- a/scripts/musicdiver/README.md
+++ b/scripts/musicdiver/mypage/README.md
diff --git a/scripts/musicdiver/musicdiver_recent_history.user.js b/scripts/musicdiver/mypage/musicdiver_recent_history.user.js
index 36af873..36af873 100644
--- a/scripts/musicdiver/musicdiver_recent_history.user.js
+++ b/scripts/musicdiver/mypage/musicdiver_recent_history.user.js
diff --git a/scripts/nostalgia/README.md b/scripts/nostalgia/flower/README.md
index 496ca10..496ca10 100644
--- a/scripts/nostalgia/README.md
+++ b/scripts/nostalgia/flower/README.md
diff --git a/scripts/nostalgia/nostalgia_flower_scraper.user.js b/scripts/nostalgia/flower/nostalgia_flower_scraper.user.js
index 0cc7699..0cc7699 100644
--- a/scripts/nostalgia/nostalgia_flower_scraper.user.js
+++ b/scripts/nostalgia/flower/nostalgia_flower_scraper.user.js
diff --git a/scripts/projectdiva-arcade/README.md b/scripts/projectdiva-arcade/divanet/README.md
index 7ce9ee5..7ce9ee5 100644
--- a/scripts/projectdiva-arcade/README.md
+++ b/scripts/projectdiva-arcade/divanet/README.md
diff --git a/scripts/projectdiva-arcade/diva_net_history.user.js b/scripts/projectdiva-arcade/divanet/diva_net_history.user.js
index 1c1e205..1c1e205 100644
--- a/scripts/projectdiva-arcade/diva_net_history.user.js
+++ b/scripts/projectdiva-arcade/divanet/diva_net_history.user.js
diff --git a/scripts/reflecbeat/README.md b/scripts/reflecbeat/flower/README.md
index 85c1a3d..85c1a3d 100644
--- a/scripts/reflecbeat/README.md
+++ b/scripts/reflecbeat/flower/README.md
diff --git a/scripts/reflecbeat/reflecbeat_flower_scraper.user.js b/scripts/reflecbeat/flower/reflecbeat_flower_scraper.user.js
index dd756df..dd756df 100644
--- a/scripts/reflecbeat/reflecbeat_flower_scraper.user.js
+++ b/scripts/reflecbeat/flower/reflecbeat_flower_scraper.user.js
diff --git a/scripts/taiko/.gitignore b/scripts/taiko/donder-hiroba/.gitignore
index e9aae41..e9aae41 100644
--- a/scripts/taiko/.gitignore
+++ b/scripts/taiko/donder-hiroba/.gitignore
diff --git a/scripts/taiko/donder-hiroba/README.md b/scripts/taiko/donder-hiroba/README.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/scripts/taiko/donder-hiroba/README.md
diff --git a/scripts/taiko/requirements.txt b/scripts/taiko/donder-hiroba/requirements.txt
index adc36d4..adc36d4 100644
--- a/scripts/taiko/requirements.txt
+++ b/scripts/taiko/donder-hiroba/requirements.txt
diff --git a/scripts/taiko/taiko_donder_hiroba_export.py b/scripts/taiko/donder-hiroba/taiko_donder_hiroba_export.py
index dd32f3b..dd32f3b 100644
--- a/scripts/taiko/taiko_donder_hiroba_export.py
+++ b/scripts/taiko/donder-hiroba/taiko_donder_hiroba_export.py
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage