aboutsummaryrefslogtreecommitdiffstats
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
parent0985296ad97bea277e01d0e798b81570b9003989 (diff)
replace tampermonkey rec with violentmonkey
-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
-rw-r--r--scripts/dancearound/eamuse/dancearound_play_history.user.js2
-rw-r--r--scripts/dancerush/eamuse/dancerush_play_history.user.js2
-rw-r--r--scripts/musicdiver/mypage/musicdiver_recent_history.user.js1
-rw-r--r--scripts/nostalgia/flower/nostalgia_flower_scraper.user.js1
-rw-r--r--scripts/projectdiva-arcade/divanet/diva_net_history.user.js2
-rw-r--r--scripts/reflecbeat/flower/reflecbeat_flower_scraper.user.js2
-rw-r--r--scripts/taiko/egts/taiko_egts_to_mirage.user.js4
12 files changed, 16 insertions, 12 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">
diff --git a/scripts/dancearound/eamuse/dancearound_play_history.user.js b/scripts/dancearound/eamuse/dancearound_play_history.user.js
index eccc1a9..24bd1f0 100644
--- a/scripts/dancearound/eamuse/dancearound_play_history.user.js
+++ b/scripts/dancearound/eamuse/dancearound_play_history.user.js
@@ -1,10 +1,10 @@
// ==UserScript==
// @name DANCEAROUND (e-amusement) Recently Played Mirage Scraper
-// @namespace http://tampermonkey.net/
// @version 1.0
// @description DANCEAROUND e-amusement site to Mirage import JSON
// @match https://p.eagate.573.jp/game/around/1st/playdata/index.html*
// @grant none
+// @downloadUrl https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/dancearound/eamuse/dancearound_play_history.user.js
// @run-at document-idle
// ==/UserScript==
diff --git a/scripts/dancerush/eamuse/dancerush_play_history.user.js b/scripts/dancerush/eamuse/dancerush_play_history.user.js
index 1f0121b..64f77cd 100644
--- a/scripts/dancerush/eamuse/dancerush_play_history.user.js
+++ b/scripts/dancerush/eamuse/dancerush_play_history.user.js
@@ -1,10 +1,10 @@
// ==UserScript==
// @name DANCERUSH (e-amusement) Recently Played Mirage Scraper
-// @namespace http://tampermonkey.net/
// @version 1.0
// @description DANCERUSH e-amusement site to Mirage import JSON
// @match https://p.eagate.573.jp/game/dan/1st/playdata/entrance.html*
// @grant none
+// @downloadUrl https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/dancerush/eamuse/dancerush_play_history.user.js
// @run-at document-idle
// ==/UserScript==
diff --git a/scripts/musicdiver/mypage/musicdiver_recent_history.user.js b/scripts/musicdiver/mypage/musicdiver_recent_history.user.js
index 36af873..5819cfe 100644
--- a/scripts/musicdiver/mypage/musicdiver_recent_history.user.js
+++ b/scripts/musicdiver/mypage/musicdiver_recent_history.user.js
@@ -4,6 +4,7 @@
// @version 1.1
// @description MUSIC DIVER My Page Recent History to Mirage import JSON
// @match https://mypage.musicdiver.jp/record?view=history*
+// @downloadUrl https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/musicdiver/mypage/musicdiver_recent_history.user.js
// @grant none
// ==/UserScript==
diff --git a/scripts/nostalgia/flower/nostalgia_flower_scraper.user.js b/scripts/nostalgia/flower/nostalgia_flower_scraper.user.js
index bf36b11..9647aeb 100644
--- a/scripts/nostalgia/flower/nostalgia_flower_scraper.user.js
+++ b/scripts/nostalgia/flower/nostalgia_flower_scraper.user.js
@@ -5,6 +5,7 @@
// @author Meta-link
// @match https://projectflower.eu/game/nostalgia/*
// @match https://eagle.ac/game/rb/profile/*
+// @downloadUrl https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/nostalgia/flower/nostalgia_flower_scraper.user.js
// @grant none
// ==/UserScript==
diff --git a/scripts/projectdiva-arcade/divanet/diva_net_history.user.js b/scripts/projectdiva-arcade/divanet/diva_net_history.user.js
index 1c1e205..4e533a8 100644
--- a/scripts/projectdiva-arcade/divanet/diva_net_history.user.js
+++ b/scripts/projectdiva-arcade/divanet/diva_net_history.user.js
@@ -1,9 +1,9 @@
// ==UserScript==
// @name PDAFT (DIVA.NET) Mirage Scraper
-// @namespace http://tampermonkey.net/
// @version 1.2
// @description Scrape DIVA.NET play history (pages 1–20) into Mirage JSON
// @match https://project-diva-ac.net/divanet/personal/playHistory/*
+// @downloadUrl https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/projectdiva-arcade/divanet/diva_net_history.user.js
// @grant none
// @run-at document-idle
// ==/UserScript==
diff --git a/scripts/reflecbeat/flower/reflecbeat_flower_scraper.user.js b/scripts/reflecbeat/flower/reflecbeat_flower_scraper.user.js
index 42d5b43..dd5fd32 100644
--- a/scripts/reflecbeat/flower/reflecbeat_flower_scraper.user.js
+++ b/scripts/reflecbeat/flower/reflecbeat_flower_scraper.user.js
@@ -1,10 +1,10 @@
// ==UserScript==
// @name REFLEC BEAT (Flower) Play History Scraper
-// @namespace http://tampermonkey.net/
// @version 1.2
// @description Export REFLEC BEAT scores including full judgements and timestamps as JSON
// @match https://projectflower.eu/game/rb/profile/*
// @match https://eagle.ac/game/rb/profile/*
+// @downloadUrl https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/reflecbeat/flower/reflecbeat_flower_scraper.user.js
// @grant none
// ==/UserScript==
diff --git a/scripts/taiko/egts/taiko_egts_to_mirage.user.js b/scripts/taiko/egts/taiko_egts_to_mirage.user.js
index 0d30cb6..67a48cd 100644
--- a/scripts/taiko/egts/taiko_egts_to_mirage.user.js
+++ b/scripts/taiko/egts/taiko_egts_to_mirage.user.js
@@ -1,12 +1,10 @@
// ==UserScript==
// @name Taiko EGTS to Mirage
-// @namespace http://tampermonkey.net/
// @version 2025-01-12
-// @author You
// @match https://legacy.egts.ca/Users/*
// @match http://localhost
-// @icon https://www.google.com/s2/favicons?sz=64&domain=egts.ca
// @grant none
+// @downloadUrl https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/taiko/egts/taiko_egts_to_mirage.user.js
// ==/UserScript==
(function() {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage