Skip to content

Commit

Permalink
fix: update slowpics session method (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
RainingTerror authored Mar 20, 2024
1 parent 36312f9 commit 97bad9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ If you plan on uploading to [Slowpoke Pics](https://slow.pics) (slow.pics) under
- Visit [Slowpoke Pics](https://slow.pics) in your browser and log into your account
- Open your browser's **Developer Tools**. You will need to get two values:
- To get your `browserId`, go to **Application** -> **Storage** -> **Local Storage** -> `https://slow.pics`. Copy the key listed there
- To get your `sessionId`, go to **Network**. Refresh the page, then find `slow.pics`. Copy the key listed under `SLPSESSION`
- To get your `sessionId`, go to **Network**. Refresh the page, then find `slow.pics`. On the right section open cookies and copy the `SLP-SESSION` value
- In VSPreview, go to **Settings** -> **Comp**
- Paste the two values in the boxes provided

Expand All @@ -899,7 +899,7 @@ If you plan on uploading to [Slowpoke Pics](https://slow.pics) (slow.pics) under
- Visit [Slowpoke Pics](https://slow.pics) in your browser and log into your account
- Open your browser's **Developer Tools**. You will need to get two values:
- To get your `browserId`, go to **Storage** -> **Local Storage** -> `https://slow.pics`. Copy the key listed there
- To get your `sessionId`, go to **Storage** -> **Cookies** -> `https://slow.pics`. Copy the key listed under `SLPSESSION`
- To get your `sessionId`, go to **Storage** -> **Cookies** -> `https://slow.pics`. Copy the key listed under `SLP-SESSION`
- In VSPreview, go to **Settings** -> **Comp**
- Paste the two values in the boxes provided

Expand Down

0 comments on commit 97bad9a

Please sign in to comment.