mirror of
https://gitea.tendokyu.moe/pinapelz/Mirage.git
synced 2026-09-22 22:38:04 +03:00
move import script paths according to import method
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}]}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user