- Retrieve Fanbox FANBOXSESSID -

Open up your web browser to https://fanbox.cc and make sure you are logged in.

Then you need to open up your browser's developer tools, there are multiple
ways to do this, and it depends on your browser.  Generally speaking, the
combination CTRL + SHIFT + I will work, except for macOS where it'll be
CMD + OPTION + I.  Failing that, search it up.

Upon opening it up, you'll see a big ol' warning about sharing any information,
which is something to heed.  Of course, the source code is freely avaiable to
read.  fanbox_down only uses the FANBOXSESSID to see who you support, and to
download items from users you support.  The only time fanbox_down sends the
FANBOXSESSID somewhere is when making an API request to the fanbox servers.

If you understand this and want to continue on, read on.


= Chromium Browsers (Chrome, Edge, Vivalidi, etc.) =

* Find the "Application" tab (may have to click the » button), then in the side
  menu look for "Cookies".

* Click the dropdown arrow and select "https://www.fanbox.cc".

* Select the row which starts with FANBOXSESSID (in the Name column)

* Copy the Cookie Value shown at the bottom of the window.


= Firefox (Firefox, LibreWolf, etc.) =

* Find the "Storage" tab (may have to click the » button), then in the side
  menu look for "Cookies".

* Click on "https://www.fanbox.cc"

* Select to row which starts with FANBOXSESSID (in the Name column)

* Double click the "Value" next to FANBOXSESSID and copy that.
