D wrapper around (some) of the pixiv web API
Revisión | e1c5d977b4fd1b1b1e631636d4fadbeedf481e2a (tree) |
---|---|
Tiempo | 2022-01-08 12:37:24 |
Autor | supercell <stigma@disr...> |
Commiter | supercell |
Add PHPSESSID
@@ -0,0 +1,23 @@ | ||
1 | +- PHPSESSID - | |
2 | + | |
3 | +steps for finding your PHPSESSID. these steps are specific to firefox and | |
4 | +similar browsers. I'm not sure if the options are called similar things on | |
5 | +chromium-based browsers. | |
6 | + | |
7 | + | |
8 | +1. navigate to https://www.pixiv.net and sign in | |
9 | +2. open your developer tools | |
10 | + 2.1. you should be able to press CONTROL+SHIFT + I | |
11 | + 2.2. otherwise, right click and click "Inspect Element (Q)" (sometimes this | |
12 | + is called "Inspect (Q)". | |
13 | +3. click on the "Storage" tab | |
14 | + 3.1 if this is not visible, click on the small 'gear' icon at the upper-left | |
15 | + of the developer tools window. then tick the 'Storage' checkbox. | |
16 | +4. toggle the "Cookies" dropdown and select www.pixiv.net. | |
17 | +5. double-click the cell next to "PHPSESSID" and copy the value. | |
18 | + | |
19 | + | |
20 | += Notes = | |
21 | + | |
22 | +this cookie will expire at some point. so every so often, make sure you repeat | |
23 | +the above steps. |