aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-12-17 12:55:51 -0800
committerPinapelz <yukais@pinapelz.com>2025-12-17 12:55:51 -0800
commit228df7cfe4345b83dbadb00f3393b1a954da2510 (patch)
tree69a77e7e8452842601a7ee58937ad99ac62802a1 /frontend/src/components
parent0985296ad97bea277e01d0e798b81570b9003989 (diff)
replace tampermonkey rec with violentmonkey
Diffstat (limited to 'frontend/src/components')
-rw-r--r--frontend/src/components/modals/DivaNetModal.tsx2
-rw-r--r--frontend/src/components/modals/EamusementUserscriptModal.tsx2
-rw-r--r--frontend/src/components/modals/FlowerUserscriptModal.tsx2
-rw-r--r--frontend/src/components/modals/MusicDiverModal.tsx4
-rw-r--r--frontend/src/components/modals/TaikoEGTSModal.tsx4
5 files changed, 9 insertions, 5 deletions
diff --git a/frontend/src/components/modals/DivaNetModal.tsx b/frontend/src/components/modals/DivaNetModal.tsx
index c434e1b..6df8eec 100644
--- a/frontend/src/components/modals/DivaNetModal.tsx
+++ b/frontend/src/components/modals/DivaNetModal.tsx
@@ -87,7 +87,7 @@ const DivaNetModal = ({
Navigate to the <a className="font-bold hover:underline" href="https://project-diva-ac.net/divanet/personal/playHistory/0">Play History (プレイ履歴) Page</a>
</li>
<li>
- Install the relevant userscript (use a browser extension like <a className="font-bold hover:underline" href="https://www.tampermonkey.net/">Tampermonkey</a>)
+ Install the relevant userscript (use a browser extension like <a className="font-bold hover:underline" href="https://violentmonkey.github.io/">Violentmonkey</a>)
</li>
{/* Additional Info */}
<div className="my-2 rounded-md bg-blue-500/10 border border-blue-500/20 p-3">
diff --git a/frontend/src/components/modals/EamusementUserscriptModal.tsx b/frontend/src/components/modals/EamusementUserscriptModal.tsx
index 8a0de13..f2cd4ca 100644
--- a/frontend/src/components/modals/EamusementUserscriptModal.tsx
+++ b/frontend/src/components/modals/EamusementUserscriptModal.tsx
@@ -128,7 +128,7 @@ const EamusementUserscriptModal = ({
Install the relevant userscript (use a browser extension such as{" "}
<a
className="font-bold hover:underline"
- href="https://www.tampermonkey.net/">Tampermonkey</a>)
+ href="https://violentmonkey.github.io/">Violentmonkey</a>)
</li>
{/* Additional Info */}
<div className="my-2 rounded-md bg-blue-500/10 border border-blue-500/20 p-3">
diff --git a/frontend/src/components/modals/FlowerUserscriptModal.tsx b/frontend/src/components/modals/FlowerUserscriptModal.tsx
index e3a25b2..0428a9a 100644
--- a/frontend/src/components/modals/FlowerUserscriptModal.tsx
+++ b/frontend/src/components/modals/FlowerUserscriptModal.tsx
@@ -125,7 +125,7 @@ const FlowerUserscriptModal = ({
Install the relevant userscript (use a browser extension such as{" "}
<a
className="font-bold hover:underline"
- href="https://www.tampermonkey.net/">Tampermonkey</a>)
+ href="https://violentmonkey.github.io/">Violentmonkey</a>)
</li>
{/* Additional Info */}
<div className="my-2 rounded-md bg-blue-500/10 border border-blue-500/20 p-3">
diff --git a/frontend/src/components/modals/MusicDiverModal.tsx b/frontend/src/components/modals/MusicDiverModal.tsx
index 6b57570..0b72dbd 100644
--- a/frontend/src/components/modals/MusicDiverModal.tsx
+++ b/frontend/src/components/modals/MusicDiverModal.tsx
@@ -96,7 +96,9 @@ const MusicDiverMyPageModal = ({
</li>
<li>
Install the appropriate userscript to your browser (use an extension such
- as Tampermonkey).
+ as <a
+ className="font-bold hover:underline"
+ href="https://violentmonkey.github.io/">Violentmonkey</a>).
</li>
{/* Additional Info */}
<div className="my-2 rounded-md bg-blue-500/10 border border-blue-500/20 p-3">
diff --git a/frontend/src/components/modals/TaikoEGTSModal.tsx b/frontend/src/components/modals/TaikoEGTSModal.tsx
index a13fa48..a7c5d48 100644
--- a/frontend/src/components/modals/TaikoEGTSModal.tsx
+++ b/frontend/src/components/modals/TaikoEGTSModal.tsx
@@ -90,7 +90,9 @@ const TaikoEGTSModal = ({
<li>Log into your the WebUI. Its assumed you already know the link if you're using this import method</li>
<li>
Install the appropriate userscript to your browser (use an extension such
- as Tampermonkey).
+ as <a
+ className="font-bold hover:underline"
+ href="https://violentmonkey.github.io/">Violentmonkey</a>).
</li>
{/* Additional Info */}
<div className="my-2 rounded-md bg-[#533166]/10 border border-[#533166]/20 p-3">
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage