diff options
Diffstat (limited to 'scripts/dancearound')
| -rw-r--r-- | scripts/dancearound/README.md | 8 | ||||
| -rw-r--r-- | scripts/dancearound/dancearound_play_history.user.js | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/scripts/dancearound/README.md b/scripts/dancearound/README.md new file mode 100644 index 0000000..404f605 --- /dev/null +++ b/scripts/dancearound/README.md @@ -0,0 +1,8 @@ +# DANCE aROUND + +Score Page: https://p.eagate.573.jp/game/around/1st/playdata/index.html#play_hist + +**Dance aROUND only stores a record of your last 30 plays**. Anything older than that will not have date data and can only be retrieved via looking at your best scores. + +*Scripts Available:* +- [Recently Played History](./dancearound_play_history.user.js)
\ No newline at end of file diff --git a/scripts/dancearound/dancearound_play_history.user.js b/scripts/dancearound/dancearound_play_history.user.js index 2a98994..f9b6d45 100644 --- a/scripts/dancearound/dancearound_play_history.user.js +++ b/scripts/dancearound/dancearound_play_history.user.js @@ -1,5 +1,5 @@ // ==UserScript== -// @name DANCEAROUND Mirage Scraper +// @name DANCEAROUND (e-amusement) Recently Played Mirage Scraper // @namespace http://tampermonkey.net/ // @version 1.0 // @description DANCEAROUND e-amusement site to Mirage import JSON |
