From 6baee000fd0e18d327e2119e2f7fd3251eef20f4 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 24 May 2025 21:54:31 -0700 Subject: aquadx: add simpler way to get token to README --- ongeki/aquadx/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ongeki') 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 -- cgit v1.2.3