Update page 'Login via userToken'

RemixDev
2019-03-08 19:51:13 +00:00
parent 288d67c0ed
commit f3eedf008d
+25
@@ -0,0 +1,25 @@
# How do I get my userToken?
## Manual Method
### Chrome
* Open Chrome
* Go to www.deezer.com and log into your account
* After logging in press F12 to open up Developer Tools
* Go under the Application tab
* Open the cookie dropdown
* Select www.deezer.com
* Find the `arl` cookie and copypaste the value it into the login form
* Hit the login button on Deezloader
### Firefox
* Open Firefox
* Go to www.deezer.com and log into your account
* Afer logging in press F12 to open up Developer Tools
* Go under the Storage tab
* Open the cookie dropdown
* Select www.deezer.com
* Find the `arl` cookie and copypaste the value it into the login form
* Hit the login button on Deezloader
## Automatic Method
### We're still working on it