diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-05-24 21:54:31 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-05-24 21:54:31 -0700 |
| commit | 6baee000fd0e18d327e2119e2f7fd3251eef20f4 (patch) | |
| tree | c1647a663682c7978108a97ac929a150130e64c0 | |
| parent | 77b956103711af82409c326651c3cdf852eca6e8 (diff) | |
aquadx: add simpler way to get token to README
| -rw-r--r-- | chuni/aquadx/README.md | 13 | ||||
| -rw-r--r-- | mai2/aquadx/README.md | 13 | ||||
| -rw-r--r-- | ongeki/aquadx/README.md | 13 | ||||
| -rw-r--r-- | wacca/aquadx/README.md | 13 |
4 files changed, 52 insertions, 0 deletions
diff --git a/chuni/aquadx/README.md b/chuni/aquadx/README.md index 5150231..991f949 100644 --- a/chuni/aquadx/README.md +++ b/chuni/aquadx/README.md @@ -14,6 +14,19 @@ CHUNITHM NEW and beyond. Both self-hosted and the primary AquaDX server is suppo > You only need to specify either `--file` or `--token`/`--url` # How to get token? +As of now, your token doesn't change so once you get it once you can re-use it again. +**DO NOT SHARE THIS TOKEN WITH OTHER PEOPLE** + +## The easy way +1. Go to AquaDX +2. CTRL+SHIFT+I (Open Dev Tools Panel) +3. Under the `Console` tab, paste the following command +```js +console.log(localStorage.getItem('token')); +``` +The output will be your AquaDX token + +## The hard way 1. Go to AquaDX 2. CTRL+SHIFT+I (Open Dev Tools panel) 3. Go to Network tab diff --git a/mai2/aquadx/README.md b/mai2/aquadx/README.md index 9348f80..a5deb28 100644 --- a/mai2/aquadx/README.md +++ b/mai2/aquadx/README.md @@ -17,6 +17,19 @@ Please note currently all scores are set as DX variant of scores. > You only need to specify either `--file` or `--token`/`--url` # How to get token? +As of now, your token doesn't change so once you get it once you can re-use it again. +**DO NOT SHARE THIS TOKEN WITH OTHER PEOPLE** + +## The easy way +1. Go to AquaDX +2. CTRL+SHIFT+I (Open Dev Tools Panel) +3. Under the `Console` tab, paste the following command +```js +console.log(localStorage.getItem('token')); +``` +The output will be your AquaDX token + +## The hard way 1. Go to AquaDX 2. CTRL+SHIFT+I (Open Dev Tools panel) 3. Go to Network tab diff --git a/ongeki/aquadx/README.md b/ongeki/aquadx/README.md index 60dce7e..0eb9104 100644 --- a/ongeki/aquadx/README.md +++ b/ongeki/aquadx/README.md @@ -17,6 +17,19 @@ Please note currently all scores are set as DX variant of scores. > You only need to specify either `--file` or `--token`/`--url` # How to get token? +As of now, your token doesn't change so once you get it once you can re-use it again. +**DO NOT SHARE THIS TOKEN WITH OTHER PEOPLE** + +## The easy way +1. Go to AquaDX +2. CTRL+SHIFT+I (Open Dev Tools Panel) +3. Under the `Console` tab, paste the following command +```js +console.log(localStorage.getItem('token')); +``` +The output will be your AquaDX token + +## The hard way 1. Go to AquaDX 2. CTRL+SHIFT+I (Open Dev Tools panel) 3. Go to Network tab diff --git a/wacca/aquadx/README.md b/wacca/aquadx/README.md index 86c55e9..a56accc 100644 --- a/wacca/aquadx/README.md +++ b/wacca/aquadx/README.md @@ -18,6 +18,19 @@ WACCA. Both self-hosted and the primary AquaDX server is supported: > You only need to specify either `--file` or `--token`/`--url` # How to get token? +As of now, your token doesn't change so once you get it once you can re-use it again. +**DO NOT SHARE THIS TOKEN WITH OTHER PEOPLE** + +## The easy way +1. Go to AquaDX +2. CTRL+SHIFT+I (Open Dev Tools Panel) +3. Under the `Console` tab, paste the following command +```js +console.log(localStorage.getItem('token')); +``` +The output will be your AquaDX token + +## The hard way 1. Go to AquaDX 2. CTRL+SHIFT+I (Open Dev Tools panel) 3. Go to Network tab |
