From 0985296ad97bea277e01d0e798b81570b9003989 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 14 Dec 2025 00:02:27 -0800 Subject: add eag to all flo import methods --- frontend/src/components/modals/FlowerUserscriptModal.tsx | 10 +++++----- scripts/nostalgia/flower/nostalgia_flower_scraper.user.js | 1 + scripts/reflecbeat/flower/reflecbeat_flower_scraper.user.js | 1 + 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/modals/FlowerUserscriptModal.tsx b/frontend/src/components/modals/FlowerUserscriptModal.tsx index 745aaa6..e3a25b2 100644 --- a/frontend/src/components/modals/FlowerUserscriptModal.tsx +++ b/frontend/src/components/modals/FlowerUserscriptModal.tsx @@ -36,7 +36,7 @@ export const FlowerUserscriptCard = ({ mainGameName, onClick }: FlowerUserscript

- {mainGameName} Flower Play History (Userscript) + {mainGameName} Flower/Eagle Play History (Userscript)

Import playdata from cabinets on the Flower network @@ -45,7 +45,7 @@ export const FlowerUserscriptCard = ({ mainGameName, onClick }: FlowerUserscript onClick={onClick} className="hover:cursor-pointer w-full bg-blue-600 hover:bg-blue-700 text-white py-2 px-3 sm:px-4 rounded-md text-sm sm:text-base font-medium transition-colors" > - Export Flower Data + Export Flower/Eagle Data ) @@ -81,7 +81,7 @@ const FlowerUserscriptModal = ({ {/* Header */}

- Import {mainGameName} Flower Play Data + Import {mainGameName} Flower/Eagle Play Data

Follow the instructions below to import your data @@ -91,8 +91,8 @@ const FlowerUserscriptModal = ({ {/* Warning */}

- You will need your ACCESS CODE to register on Flower for the first time!

- Do this by tapping your Amusement IC card at any machine on the Flower network and copying + You will need your ACCESS CODE to register on Flower/Eagle for the first time!

+ Do this by tapping your Amusement IC card at any machine on the Flower/Eagle network and copying down the code displayed on the screen.

This is likely not the same code as the one on the back of your card. diff --git a/scripts/nostalgia/flower/nostalgia_flower_scraper.user.js b/scripts/nostalgia/flower/nostalgia_flower_scraper.user.js index 0cc7699..bf36b11 100644 --- a/scripts/nostalgia/flower/nostalgia_flower_scraper.user.js +++ b/scripts/nostalgia/flower/nostalgia_flower_scraper.user.js @@ -4,6 +4,7 @@ // @description Scrapes scores from Flower's Nostalgia page and converts to Mirage // @author Meta-link // @match https://projectflower.eu/game/nostalgia/* +// @match https://eagle.ac/game/rb/profile/* // @grant none // ==/UserScript== diff --git a/scripts/reflecbeat/flower/reflecbeat_flower_scraper.user.js b/scripts/reflecbeat/flower/reflecbeat_flower_scraper.user.js index dd756df..42d5b43 100644 --- a/scripts/reflecbeat/flower/reflecbeat_flower_scraper.user.js +++ b/scripts/reflecbeat/flower/reflecbeat_flower_scraper.user.js @@ -4,6 +4,7 @@ // @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/* // @grant none // ==/UserScript== -- cgit v1.2.3