diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-20 16:07:00 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-20 16:11:17 -0700 |
| commit | bb28f0629a5c52f15fe23072ee4b5849d8d14b98 (patch) | |
| tree | b7c598314c549e2829aa9ecd15d2f7aa28ff2bf3 /scripts/reflecbeat | |
| parent | acb0dc5483a3c7b9d2efec0805fe7f533dcb6147 (diff) | |
add missing READMEs for scripts and refactor script names
Diffstat (limited to 'scripts/reflecbeat')
| -rw-r--r-- | scripts/reflecbeat/README.md | 4 | ||||
| -rw-r--r-- | scripts/reflecbeat/reflecbeat_flower_scraper.user.js | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/scripts/reflecbeat/README.md b/scripts/reflecbeat/README.md new file mode 100644 index 0000000..85c1a3d --- /dev/null +++ b/scripts/reflecbeat/README.md @@ -0,0 +1,4 @@ +# REFLEC BEAT + +*Scripts Available:* +- [Flower Play History, exports only the page you are on](./reflecbeat_flower_scraper.user.js)
\ No newline at end of file diff --git a/scripts/reflecbeat/reflecbeat_flower_scraper.user.js b/scripts/reflecbeat/reflecbeat_flower_scraper.user.js index 1152da9..dd756df 100644 --- a/scripts/reflecbeat/reflecbeat_flower_scraper.user.js +++ b/scripts/reflecbeat/reflecbeat_flower_scraper.user.js @@ -1,5 +1,5 @@ // ==UserScript== -// @name REFLEC BEAT SCORE EXPORT +// @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 |
