diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-12-17 12:55:51 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-12-17 12:55:51 -0800 |
| commit | 228df7cfe4345b83dbadb00f3393b1a954da2510 (patch) | |
| tree | 69a77e7e8452842601a7ee58937ad99ac62802a1 /frontend/src/components/modals/TaikoEGTSModal.tsx | |
| parent | 0985296ad97bea277e01d0e798b81570b9003989 (diff) | |
replace tampermonkey rec with violentmonkey
Diffstat (limited to 'frontend/src/components/modals/TaikoEGTSModal.tsx')
| -rw-r--r-- | frontend/src/components/modals/TaikoEGTSModal.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
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"> |
