diff options
Diffstat (limited to 'scripts/projectdiva-arcade')
| -rw-r--r-- | scripts/projectdiva-arcade/README.md | 10 | ||||
| -rw-r--r-- | scripts/projectdiva-arcade/diva_net_history.user.js | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/scripts/projectdiva-arcade/README.md b/scripts/projectdiva-arcade/README.md new file mode 100644 index 0000000..7ce9ee5 --- /dev/null +++ b/scripts/projectdiva-arcade/README.md @@ -0,0 +1,10 @@ +# Project DIVA Arcade +- Future Tone + +Score Page: https://p.eagate.573.jp/game/around/1st/playdata/index.html#play_hist + +> [!WARNING] +> DIVA.NET deletes detailed record views after a certain amount of time, make sure you import recently played scores ASAP! + +*Scripts Available:* +- [Recently Played History, Recent 20 Played](./diva_net_history.user.js)
\ No newline at end of file diff --git a/scripts/projectdiva-arcade/diva_net_history.user.js b/scripts/projectdiva-arcade/diva_net_history.user.js index f6b2b2c..1c1e205 100644 --- a/scripts/projectdiva-arcade/diva_net_history.user.js +++ b/scripts/projectdiva-arcade/diva_net_history.user.js @@ -1,5 +1,5 @@ // ==UserScript== -// @name DIVA.NET Mirage Scraper +// @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 |
